0

Possible Duplicate:
Where does Android emulator store SQLite database?

I am doing database application in android.i need to know where the data base is store,whether in Emulator or in our application.

Thanks in advance...

1
  • Not sure what you're asking. Could you clarify? Commented Oct 13, 2010 at 23:05

1 Answer 1

0

The databases are stored as SQLite files in /data/data/PACKAGE/databases/DATABASEFILE where:

You can see (copy from/to filesystem) the database file in the emulator selecting DDMS perspective, in the File Explorer tab.

Sign up to request clarification or add additional context in comments.

2 Comments

How to delete the database file?...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.