When following the tutorial for setting up the Room persistence library I run in to this error when testing on an Android device.
java.lang.RuntimeException: cannot
I changed the 'annotationProcessor' keyword to 'kapt' in my gradle file. Like so:
kapt "android.arch.persistence.room:compiler:1.0.0"