Use Android Debug Database to view Android Sqlite database

1. Add dependency
debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
Second, view the database
  1. Install the program, and insert data in Sqlite
  2. View the ip address of the device (adb shell ifconfig)
  3. Use a browser to enter the address (device address: 8080/#)

example:
insert image description here

Guess you like

Origin blog.csdn.net/qq_36224961/article/details/108422392