Inspecting android sql database from Eclipse

前端 未结 4 1052
眼角桃花
眼角桃花 2020-12-11 15:51

Is there a way to directly inspect an SQLite3 database in Android via Eclipse or do I have to do this via the shell?

4条回答
  •  伪装坚强ぢ
    2020-12-11 16:16

    http://sqlitebrowser.sourceforge.net/index.html

    This is a simple way of inspecting the contents of a database. Just use the DDMS to pull the database from the device and then open.

提交回复
热议问题