1
初始化我用下面的代码的Android - Stetho显示空视图层次
public class MyApplication extends Application {
public void onCreate() {
super.onCreate();
Stetho.initializeWithDefaults(this);
}
}
现在stetho,当我去铬://检查它显示空视图层次
所以,其他一切工作正常。
我在这里错过了什么?