search

Home  >  Q&A  >  body text

Android中能不能打开data分区file里的数据库

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

迷茫迷茫2772 days ago481

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师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.

    reply
    0
  • 迷茫

    迷茫2017-04-17 17:32:09

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

    reply
    0
  • Cancelreply