作用
利用瀏覽器來調(diào)試安卓網(wǎng)絡(luò)及數(shù)據(jù)庫(kù)
使用說明
1.添加 stetho 主依賴
dependencies {
compile 'com.facebook.stetho:stetho:1.4.1'
}
2.初始化
public class MyApplication extends Application {
public void onCreate() {
super.onCreate();
Stetho.initializeWithDefaults(this);
}
}
3.調(diào)試
打開Chrome輸入chrome://inspect/#devices