Android - viewing SQLite databases on device?

前端 未结 4 750
春和景丽
春和景丽 2020-12-19 04:36

Is there any tool that will allow me to browse databases on my Android device? Something like Sql Management Studio - you know GUI tool that displays databases, tables, row

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-19 04:48

    You can download a plugin "com.questoid.sqlitebrowser_1.2.0"....Just pop it in google and download it. From the drop it on to the eclipse running folder, under the plugins folders. When you run the app on the emulator, you will be able to view all the database information on the DDMS section.

提交回复
热议问题