I have to run some code to create a SQLite database application in the virtual machine. Now, I want to find it that the system generated the SQLite files in what place?
Asked
Active
Viewed 107 times
3 Answers
0
i think it's here /data/data/your.package.name/databases/

Fahriyal Afif
- 560
- 3
- 11
-
I used the adb shell commands, and also according to this directory,But I don't know what should be ahead of the path! – user3186933 Jan 12 '14 at 09:35
0
Go to Window menu > Show view > Other > Android > File Explorer. In File explorer go to data (folder) > data > your.package.name > databases

Looking Forward
- 3,579
- 8
- 45
- 65
-
How look for this part path:"Window menu > Show view > Other > Android > File Explorer". My operation system is windows 8,I'm sorry,I don't know how to find! – user3186933 Jan 12 '14 at 09:40
-
-
0
It should be created in mnt/sdcard/... (In the SD Card of your virtual android device) It's somewhere in there. And you should give this path to your SqliteConnection.

Seyed Hamed Shams
- 615
- 9
- 22