As you see in the picture, inspect link is not seen. I did steps in this answer: https://stackoverflow.com/a/32173974/5118976 After I run application on the my phone but there is no inspect link. Why does this problem occur? How to solve?
Add
compile 'com.facebook.stetho:stetho:1.3.1'
in gradle file.
and confirm you added
Stetho.initializeWithDefaults(this);
in application class
I had same issues in android
I refer this line.https://github.com/facebook/stetho/issues/40
This is know issues .
After created the sqlite it does not work u want uninstall the app and install it will work .It worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With