一:Android Debug Database (免费)
//数据库可视化1
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
然后运行项目,在打印日志中可以看到一个ip地址:
D/DebugDB: Open http://xxx.xxx.xxx.xxx:8080 in your browser
执行adb命令:
adb forward tcp:8080 tcp:8080
然后打开网页地址:http://localhost:8080/
参考地址
GitHub:https://github.com/amitshekhariitbhu/Android-Debug-Database