0

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?

Peter O.
  • 32,158
  • 14
  • 82
  • 96

3 Answers3

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
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.