I have trouble with finding my SQLite Database.
As we can access the SQLite databases on a running emulator like below:
adb -s emulator-5554 shell
sqlite3 /data/data/package_name/databases/database_name
But what if I am testing my application on real device(HTC Here-Android) ?
where does i find my database?
Usually, it will be in the same directory. For example, in my HTC Tattoo:
Of course, if you want to access that directory, you will have to have a rooted handset. Also, keep in mind most of the production handsets does not include the
sqlite3tool.