简体   繁体   中英

Get sqlite file from android device devoid SD card?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM