Cordova plugin to integrate with Android-Debug-Database library.
It allows you to view databases and shared preferences directly in your browser in a very simple way using Android-Debug-Database library and without rooting your Android device.
- Android
- Run the following command:
cordova plugin add android-debug-db-cordova-plugin
After adding the plugin, start your application then open xxx.xxx.xxx.xxx:8080 on your browser using yout device's IP addresss (Example: 192.168.0.101:8080)
Notes:
- Your Android phone and laptop should be connected to the same Network (Wifi or LAN).
- For more details please refere to Android-Debug-Database