0

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.

Shashith Darshana
  • 2,715
  • 1
  • 25
  • 27

1 Answers1

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