简体   繁体   中英

Android Studio 1.5 and Android Annotations (by excilys)

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 )

尝试在AndroidStudio外部进行命令行 gradle cleangradle build

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM