android - Errors coming up out of nowhere in Eclipse -


first of want say: yes, know, eclipse bad, android studio 100 times better. i'm working on school project , have couple of days left after working on 5 months. means i'm not gonna switch android studio now.

i worked builded app 4 months straight now. never experienced problems, errors but, fixable. it's close finished, , find strange errors. changed none of code, can't run anymore. there 100 lines of errors involving appcompat_v7, , have no idea mean or how can fix them. here example of error lines:

[2016-07-06 14:10:22 - rodekruis] g:\ict_alg\01 applicaties\android app\software\appcompat_v7\res\values-v21\themes_base.xml:142: error: error: no resource found matches given name: attr 'android:windowelevation'. [2016-07-06 14:10:22 - rodekruis]  [2016-07-06 14:10:22 - rodekruis] g:\ict_alg\01 applicaties\android app\software\appcompat_v7\res\values-v21\themes_base.xml:146: error: error: no resource found matches given name: attr 'android:windowelevation'. [2016-07-06 14:10:22 - rodekruis]  

now cleaned project told me work, , "r"'s in code lined errors. example: r.id.button11, de r in gives error. counts every single activity it's in. tells me following: 'r cannot resolved variable'

does have solution this? appreciate kind of help.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -