Caused by: android.database.sqlite.SQLiteException: no such table: BOOK (code 1 SQLITE_ERROR)
问题 We have created the xyz.sqlite file(in which we have table called BOOK) and saved it into "raw" folder and then copying the file and creating the database at run time, which is working fine in all the versions of android up to Android 8. However when I'm running it on Android 9(Pie) on emulator, it's giving me below mentioned error... Searched for the solution but nothing worked... Any help would be appreciated... Thanks. 09-13 00:55:49.536 5685-5685/? E/AndroidRuntime: FATAL EXCEPTION: main