Déboguer facilement l’application Android à l’aide de Stetho – Le démarrage

Déboguer facilement l’application Android à l’aide de Stetho – Le démarrage

Shashank Mohabia

Installer:

// Stetho
implementation 'com.facebook.stetho:stetho:1.5.1'
override fun onCreate() {
super.onCreate()
Stetho.initializeWithDefaults(this)
}