Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

A library for debugging android databases and shared preferences - Make Debugging Great Again

Results 90 Android-Debug-Database issues
Sort by recently updated
recently updated
newest added

I've tried this simple query : SELECT COUNT(*) FROM table_name; There is no result although the table got many entries, and in the browser console I got this message :...

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

there is an issue with making sql query for update. if we use reserved words as column name or table name of out dabase we cannot update any of its...

Currently, this library does not handle to set up a DB password in which the DB name contains the hyphen character. Given a DB name `some-app.db`, to set up the...

com.amitshekhar.debug.DebugDBInitProvider: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.net.wifi.WifiInfo.getIpAddress()' on a null object reference at android.app.ActivityThread.installProvider(ActivityThread.java:5841) at android.app.ActivityThread.installContentProviders(ActivityThread.java:5430) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5369) at android.app.ActivityThread.-wrap2(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1532) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6104)...

mobile is ok ![on pc](https://user-images.githubusercontent.com/5674136/90222512-c6a0ff80-de3e-11ea-897d-6ca7b72016fa.png) pc like this, sure they in same Network thanks

I'm unable to view database and even table when i save image base64 to table. is there any solution for that