Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am quite new to android development and right now I'm trying to create a database through a class extending SQLiteOpenHelper. I am positively sure that the data is being stored somewhere on my Nexus 7 (the device I'm using to test my applications), however I cannot find the path to the database.

I've looked around for other similar questions and all the answers point to finding the database at data/data/com.example.projet_name/databases/database_name but I do not have such a path on my device.

I use ASTRO File Manager to browse through the files.

I cannot find the folder at storage/sdcard/Android/data containing the database, nor the package name com.example.testingdatabases

Any ideas on what the problem might be? Or perhaps there are other paths that I should look for?
If there are similar questions posted on this forum, kindly direct me to the link.

I would greatly appreciate any help.
Thanks for your time.
Posted
Comments
Sudhakar Shinde 29-Jul-13 3:23am    
Please share your code where you are creating the database.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900