How to find the path of Database file in Android Emulator? -


I am performing some SQLite queries in the Android emulator. I want to know which path is collecting database files. Pls let me know how to find it to me if u can provide me some code snippets.

urs, s.kumaran.

database usually

  /data/data/your.applications .package / databases are stored in  

and you can use adb shell to CD in that directory and sqlite3 .


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -