Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals.
Gradle
implementation 'com.facebook.stetho:stetho:1.6.0'
Initialization
class PracticeTrackerApplication : Application() { override fun onCreate() { super.onCreate() Stetho.initializeWithDefaults(this) }
Chrome DevTools
chrome://inspect/#devices