Android Room Persistence Library not working inside library project
问题 I'm developping an Android library, and want to use the new Android Room persistence library inside it. However, when launching I got this error : Caused by: java.lang.RuntimeException: cannot find implementation for MyLibraryName.Database.QSDatabase. QSDatabase_Impl does not exist at android.arch.persistence.room.Room.getGeneratedImplementation(Room.java:90) which means that the annotationProcessor is not generating the extra code during compilation. Btw, everything is working fine when I