常用的adb命令

常用的adb命令

常用的adb命令


資料來源: https://mp.weixin.qq.com/s/qcbTSmTDr6c7UWGmQ_cT3g


1. adb start-server 啟動adb服務

2. adb kill-server 關閉adb服務

3. adb devices 查看設備號

4. adb push 電腦手機

5. adb pull 手機電腦

6. adb logcat | grep 包名(unix)

7. adb logcat | findstr 包名(win)

8. adb shell 進入shell命令行

9. adb install 安裝app到手機上

10. adb uninstall 卸載app到手機上

11. adb logcat > 文件名輸出log到文件

12. adb shell top 測試app的資源消耗命令

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *