browse data in Android SQLite Database

后端 未结 8 2114
攒了一身酷
攒了一身酷 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:34

    If you are using Eclipse, you can use a plugin called 'Questoid SQLite Browser' to browse the SQL Lite Database on your Android emulator:

    1. Install the plugin
    2. Restart eclipse
    3. Start your emulator
    4. Switch to DDMS
    5. Open database with plugin (as @synic mentioned previously, the DB is located here e.g. /data/data/my_project/databases)

    Here is a more detailed tutorial: http://www.tylerfrankenstein.com/browse-android-emulator-sqlite-database-eclipse

提交回复
热议问题