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
Post a Comment