1

我想用 Stetho 调试 android 应用程序:

BaseActivity.class

 Stetho.initializeWithDefaults(this);
    Stetho.newInitializerBuilder(this)
            .enableDumpapp(Stetho.defaultDumperPluginsProvider(this))
            .enableWebKitInspector(Stetho.defaultInspectorModulesProvider(this))
            .build();

等级.build

   compile 'com.facebook.stetho:stetho:1.3.1'
   compile 'com.facebook.stetho:stetho-okhttp:1.3.1'

当我从 chrome://inspect 检查时,我什么也没得到: 在此处输入图像描述

我在物理 android 设备上启用了 PTP USB 连接(无根)

让 Stetho 工作很热?

4

0 回答 0