Call Stetho.initializeWithDefaults(this) in your Application and view your database using the chrome inspect tool. Enter the following in your chrome URL bar: chrome://inspect.
You can see your database table on the DB Browser for SQLite & room DB.
In android studio
1. Click on View -> Tool Windows -> Device File Explorer -> data
2. Select your project package name -> database -> select all file and save on desktop
Install **DB browser for SQLITE**
1. sudo apt-get install sqlitebrowser //write on your terminal for install DB browser
2. install DB browser for sqlite
3. click on Open database and select file where you had saved your data
4. click on Brower Data and see your tables
This is all where i have see my android room database
数据库检查员 < br > 在新的 Android Studio 北极狐
单击 App 检查
从选项卡中选择“数据库检查器”
Right Click on the Database name
单击“作为文件导出”
下载后,在 SQLite 数据库浏览器应用程序中查看数据库
* 注意数据库检查器只有在应用程序部署在 API 26 < br >