Android Studio查看SQLite数据库(快速方便)

在Android Studio不要使用database navigator / DB Navigator / DB Browser插件查看SQLite数据库,因为Android Studio自带的App inspection 工具可以快捷的查看当前项目的SQLite数据库。

使用教程

找到App inspection

  1. 位置1,就在左下角的工具栏
    image
  2. 位置2,右键左边偏上的工具栏的more tool windows的图标,里面能找到App inspection
    image

使用

很直观,点击后等一会就能看到当面项目的数据库,数据库的结构,
双击数据库的名字就能看到数据库的存储信息

官方档案

最后附上官方档案:使用 Database Inspector 调试数据库Debug your database with the Database Inspector

posted @ 2024-07-24 14:19  kingwzun  阅读(684)  评论(0编辑  收藏  举报