开发者

Android database location on my Mac

开发者 https://www.devze.com 2023-03-21 13:15 出处:网络
I would like to know how I can access the copy of my sqlite database on my device. I have an android app, and a开发者_StackOverflows far as I know, when you run the app it makes a copy from your data

I would like to know how I can access the copy of my sqlite database on my device.

I have an android app, and a开发者_StackOverflows far as I know, when you run the app it makes a copy from your database to work with (makes a file database.sql).

Now is my question how can I access the database.sql file on my mac? I want to remove it.

I have found that it's located under /data/data/APP_NAME/database/sql. But I can't seem to find the map data/data. Where is the root map for this? Where should I look?

I'm working on a macbook.

Thanks!


If you don't have root access on your phone you can't explore that path. Try it with the emulator, and then use de ADB shell to access de database file.

0

精彩评论

暂无评论...
验证码 换一张
取 消