When I run the app, I get a crash on the first call to the database:
java.lang.RuntimeException: Unable to start activity ComponentInfo{.../....ActivityLogin}: java.lang.RuntimeException: cannot find implementation for ....database.AppDatabase. AppDatabase_Impl does not exist
My database-related dependencies:
compile "android.arch.persistence.room:runtime:1.0.0"
annotationProcessor "android.arch.persistence.room:compiler:1.0.0"
Q: I'm not using kapt in my application.