如题,希望在<package name>应用中打开data/data/<package name>/files/…….db这个数据库,需要怎么做。
天蓬老师2017-04-17 17:32:09
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.
迷茫2017-04-17 17:32:09
Use Facebook's stetho, integrate it into your own app, and then view your db directly through chrome