Github链接

https://github.com/amitshekhariitbhu/Android-Debug-Database


一个用来调试安卓程序里 数据库(DB) SharedPreferences(SP) 的一个工具库。

它可以直接在你的浏览器中查看编辑被调试app的DB和SP数据。

使用步骤

  • 添加这一行到你的应用的build.gradle
debugCompile 'com.amitshekhar.android:debug-db:1.0.0'

debugCompile 这个表示只在debug构建的时候编译,不影响release

  • 启动你的应用,然后你应该能在logcat中看到这么一行
 D/DebugDB: Open http://xxx.xxx.xxx.xxx:8080 in your browser
  • 点击上面的那个地址用默认浏览器打开。

Android-Debug-Database

相关文章:

  • 2021-12-22
  • 2021-07-27
  • 2021-11-04
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2021-12-28
  • 2021-07-04
  • 2021-05-14
  • 2021-07-06
  • 2021-12-25
相关资源
相似解决方案