-
adb start-server開(kāi)啟服務(wù) -
adb kill-server關(guān)閉服務(wù) -
adb devices設(shè)備列表 -
adb connect IP[:5555]網(wǎng)絡(luò)調(diào)試
-
adb install xx.apk安裝app -
adb uninstall com.xx.xx卸載app -
adb push <local> <remote>e.g.adb push ~/Desktop/a.apk /sdcard/傳到手機(jī) -
adb pull <remote> <local>e.g.adb push /sdcard/a.apk ~/Desktop/復(fù)制到PC
adb shell-
input tap <x> <y>e.g.adb shell input tap 128 128模擬點(diǎn)擊 -
input swipe <x1> <y1> <x2> <y2> [<time>]模擬滑動(dòng)/長(zhǎng)按 -
input keyevent <keycode>Keycode List 模擬按鍵 -
settings put global captive_portal_server www.example.com去感嘆號(hào)(更換國(guó)內(nèi)服務(wù)器) -
settings put global captive_portal_detection_enabled 0去感嘆號(hào)(關(guān)閉檢測(cè))