美文网首页
Debug the Android SQLite in Andr

Debug the Android SQLite in Andr

作者: sabrinachen321 | 来源:发表于2018-08-07 15:21 被阅读0次

    Use the open source lib: debug-db

    1. Add "debugCompile 'com.amitshekhar.android:debug-db:1.0.0'" in the module's build.gradle file.

    2. Make sure that the computer and the Android device are in the same network.

    3. Check for "D/DebugDB: Open http://XXX.XXX.X.XXX:8080 in your browser" in the logcat after starting the test app.

    4. Open "http://XXX.XXX.X.XXX:8080" in the browser.

    相关文章

      网友评论

          本文标题:Debug the Android SQLite in Andr

          本文链接:https://www.haomeiwen.com/subject/jjqavftx.html