Skip to content
Advertisement

Tag: android-jetpack

Room database not created

I’m trying to develop an app with Room. The project is in java. This is my first time using Room. I’ve followed the documentation and created class with @Database, @Dao & @Entity. However when I run the app, it throws the following exception. Can someone please help me figure out what am I doing wrong here? I’ve spent a day

Advertisement