Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stetho, not seen inspect link

enter image description here

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?

like image 488
Gürkan Çatak Avatar asked Jul 20 '16 08:07

Gürkan Çatak


2 Answers

Add

compile 'com.facebook.stetho:stetho:1.3.1'

in gradle file.

and confirm you added

Stetho.initializeWithDefaults(this);

in application class

like image 86
praj Avatar answered Sep 22 '22 08:09

praj


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.

like image 38
jaya oriya Avatar answered Sep 23 '22 08:09

jaya oriya