I am executing some sqlite query in the Android emulator. I want to know which path that database files are storing. Pls give me some idea how to find it. If u can provide me some code snippet.
urs, s.kumaran.
The databases are usually stored in
/data/data/your.applications.package/databases
and you can use the adb shell
to cd
to that directory and open the db with sqlite3
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With