Search code examples
androidadbstetho

Stetho Chrome on Ubuntu does not allow inspect


I configured my app to use Stetho. When I run the app and chrome://inspect, I can see the device. However, there is no button for any Android device to inspect the network, sqlite, etc.

I am developing on Ubuntu 15.10. Does Android Studio, ADB or Ubuntu need any further configuration?


Solution

  • This was my fault. After rebooting Ubuntu, it now works.