Tuesday 13 January 2015

Unable to load annotation processor factory 'compile-libs/androidannotations-2.7.1.jar' for project

12:00:00 Posted by Kumanan
Hi Friends,

I have faced this problem after checking out the project from SVN. The problem was it can't find the android annotations jar file.

You can fix this by going to Project Properties, selecting Java Compiler and expanding the Annotation Processing item. You can then remove and re-add the appropriate jar file under the Factory Path.

Once I did this, then the project built without any problems.