How do I view the SQLite database on an Android de

2019-01-01 07:58发布

This question already has an answer here:

I have a set of data in an SQLite database. I need to view the database on a device. How do I do that?

I have checked in ddms mode. The data in file explorer is empty.

20条回答
余生请多指教
2楼-- · 2019-01-01 08:50

Try AndroidDBvieweR!

  • No need for your device to be ROOTED
  • No need to import the database file of the application
  • Few configurations and you are good to go!

AndroidDBvieweR

查看更多
千与千寻千般痛.
3楼-- · 2019-01-01 08:50

I have been using SQLite Database Browser to see the content SQLite DB in Android development. You have to pull the database file from the device first, then open it in SQLite DB Browser.

查看更多
登录 后发表回答