Reading database file from android device

与世无争的帅哥 提交于 2019-12-05 22:27:35

IF you just need the DB for general checking/viewing you can run your app on the emulator and get the DB from there. If you need the specific instance on your device you need to root your device as others are suggesting.

mah

If your device does not give you access to this directory (and your device is not rooted -- if you become root, you'll have access), you will need assistance from your application.

The application can, for example, copy databases/your_database_name.db to a readable location, perhaps on the SD card. Then you can pull from there.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!