I am extending SQLiteAssetHelper class to use my pre-populated database from assets folder but my app crashed and gave an error saying Caused by: android.
SQLiteAssetHelper
Caused by: android.
Right click on your database file in the Package Explorer, & click on the Properties. inside the Resource Tab make sure the "Write" Permission is Checked for the "Owner" and "Read" Permission is Checked for all the "Users".
Right click on your database file in the Package Explorer,
& click on the Properties.
inside the Resource Tab make sure the "Write" Permission is Checked for the "Owner" and "Read" Permission is Checked for all the "Users".