I try to get the sqlite file of my android database. Do I have to generate it, or can i find it in a specific folder on my device? I work with a SAMSUNG Nexus 7 tablet.
Thanks in advance
I try to get the sqlite file of my android database. Do I have to generate it, or can i find it in a specific folder on my device? I work with a SAMSUNG Nexus 7 tablet.
Thanks in advance
normally the database file is stored here data/data/package/databases you can use eclipse DB view to show it, what i do normally is copying this file from the package above programmatically into an assets folder,
check my answer here to do that