Recently (this morning) I updated a bunch of Android plugins in my eclipse environment (so I could switch to Android Studio), however I decided to return to Eclipse to finish something. I had to re-import the actionbarsherlock project (library 4.2.0). After I imported, make sure it works on Android 4.2 and as a library, I cleaned up the librarybarsherlock project "library". This has led to the fact that more than 200 "R cannot be solved with a variable" problem.
I tried all the usual suspects: I could not find errors in the res file, I tried to clean, update, close the eclipse in different different orders.
I also notice a new dependency called "Android Private Libraries" - I'm not sure if it's new to this update, but it could be.
Other information that may be useful: - no gen files (nothing is generated) - I also linked it to my Android project as a library (installed at the same API level) - I did some cleanups and immediately cleaned
Any help would be wonderful, I was stuck on this and it made me crazy.
source share