android - RoboGuice 3.0 NoClassDefFoundError: AnnotationDatabaseImpl -
for reason roboblender not generate annotation database. build.gradle has next dependencies:
dependencies { provided 'org.roboguice:roboblender:3.0' compile filetree(dir: 'libs', include: ['*.jar']) compile 'org.roboguice:roboguice:3.0' }
this not final solution, can help you. don't know why, roboguice 3.0 , 3.0.1 throws exception. have disable annotations databases in mainactivity
follows:
static { roboguice.setuseannotationdatabases(false); }
i hope help
android roboguice
No comments:
Post a Comment