Android中能不能打开data分区file里的数据库
迷茫
迷茫 2017-04-17 17:30:09
0
2
479

如题,希望在<package name>应用中打开data/data/<package name>/files/…….db这个数据库,需要怎么做。

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
Peter_Zhu

If you want to view data, you first need to root your phone. Then adb shell to that directory and execute sqlite3 xxx.db to enter the database.
Or you can export it and use special software to view the data. The prerequisite is that the phone must be rooted.

迷茫

Use Facebook's stetho, integrate it into your own app, and then view your db directly through chrome

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template