unable to copy database using SQLiteAssetHelper class
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.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database . When I checked in ddms , there was no databases folder or my db file in data/data/com.sqlitetospinner1/ . So to just test, I created a folder named databases and pushed the db file into it. After this the app started to work perfectly. It means my AssetsHelper class failed to copy database. AssetsHelper class:- public class AssetsHelper extends