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

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -