I have just updated my Android Studio to version 1.5 (latest available for this time).
But in my project I am using Android Annotations. The problem, that I cannot compile my project, it doesn't recognize generated classes by Android Annotations plugin. The greater part of the project is now underlined with red color (error Cannot resolve symbol
).
My colleges have the same problem with new Android Studio and Android Annotations.
Is there any solution for this problem available now ? Or the best way is to downgrade studio ?
EDIT
After invalidating cache and restarting Android Studio project was built, but still all generated classes underlined as an error (Cannot resolve symbol
)