I have created a database like this:
db = openOrCreateDatabase("ImisData.db3",SQLiteDatabase.CREATE_IF_NECESSARY, null);
After installing and running application in real phone, where do I find my database? I looked in to data folder but I didn’t even find my package name there.
Any help please??
Its in your internal memory’s
/data/data/package_name/databasesfolder. In order to get access to that folder, i believe your phone must be rooted and need to use some kind of root explorer.