browse data in Android SQLite Database

后端 未结 8 2109
攒了一身酷
攒了一身酷 2020-12-04 16:42

Is there a way for an Android user to browse the SQLite databases on his/her phone and view the data in the databases?

I use the SoftTrace beta program a lot. It\'s

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 17:10

    The Questoid plugin appears to cost $9 and requires registering. Another alternative on Windows is to download the open-source public-domain SQLLite Browser (link below) and then pull the database from the phone. In Eclipse you can do this from the File Browser, going to the /data/data/[packagename]/databases directory on the phone or emulator, and clicking "Pull a File From The Device" in the top right. Save the database locally, then open with the SQLite Browser.

    http://sourceforge.net/projects/sqlitedbrowser/

提交回复
热议问题