Stetho Init¶
Have Stetho for your debug builds, without writing any code!
Supported platforms: Android.
This library uses an InitProvider (like appCtx, and similarly to Firebase) to initialize Stetho automatically. You just have to include the dependency on your debug build and voilĂ !
Usage¶
Add the dependency to your debug build like in the example below:
debugImplementation("com.louiscad.splitties:splitties-stetho-init:3.0.0-beta01")
Assuming your Android device is visible from adb on your computer, you can now navigate to chrome://inspect to see your updated debug app in Chrome Dev Tools, no further configuration required.
Download¶
debugImplementation("com.louiscad.splitties:splitties-stetho-init:3.0.0-beta01")