I am new to android. I tried to create a sqlite database using SqliteDbHelper class. What I want to know is the location, where the db file is located.
Asked
Active
Viewed 2,687 times
0
-
data->data->package->look for db etc – KOTIOS Aug 06 '14 at 16:47
1 Answers
0
The database file will be located in /data/data/your package name/" and you can access this under the DDMS Perspective in eclipse.

danidee
- 9,298
- 2
- 35
- 55