First of all I want to say: yes, I know, Eclipse is bad, Android studio is 100 times better. But I'm working on a school project and I have a couple of days left after working on it for 5 months. That means that I'm not gonna switch to Android Studio now.
I worked with my builded app for 4 months straight now. I never experienced any problems, some errors but, they were all easily fixable. Now It's close to finished, and I find some strange errors. I changed none of my code, but suddenly I can't run it anymore. There are 100 lines of errors involving appcompat_v7, and I have no idea what they mean or how I can fix them. Here is an example of some 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 that matches the 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 that matches the given name: attr 'android:windowElevation'.
[2016-07-06 14:10:22 - Rodekruis]
Now I cleaned my project as someone told me that could work, and now all my "R"'s in my code are lined as errors. For example: R.id.button11, de R in this gives an error. This counts for every single activity that It's in. It tells me the following: 'R cannot be resolved to a variable'
Does anybody have a solution for this? I would really appreciate any kind of help.