Where is the sqlite database stored? And how to get a copy of the database in Eclipse?
Asked
Active
Viewed 253 times
-4
-
1Please give proper problem description. What problem you are facing actually? – Vidhi Dave Jun 03 '17 at 09:27
-
1Don't vandalize your question, you can delete it altogether, but don't do what you just did – Alon Eitan Jun 03 '17 at 09:34
1 Answers
0
- run Eclipse
- start your Application in the Emulator
- go to (menu bar) Window/Show View/Other
- go on Android/File Explorer then
- Click on File Explorer icon
- go to data/data/...YourAppClass.../database/YourDatabaseFile.db and select the file You want to copy to Your Disk
- click above on the windowbar icon "pull a file from the device"
- save the file where You want
- You can open it in "DB Browser for SQLite"

REROWNIK jakR
- 1
- 2