I have an android application that is supposed to read and expand a database that is already created on sqlite...it works fine on emulator by putting database in \"data/data
You need to first copy the Database file from assests to application data location using java code.Can You Post some code to show How are you opening or handling the database?