通過Stetho在Chrome上調試Android App

引 入依賴包 compile 'com.facebook.stetho:stetho:1.3.1'   初始化一下 public class MyApplication extends Application { public void onCreate() { super.onCreate(); Stetho.initializeWithDefaults(this);
相關文章
相關標籤/搜索