Android Debug Bridge (adb)
Android Debug Bridge (adb) Google 下載 adb Google 官方 SDK Platform Tools release notes 說明 Windows 版本 Mac 版本 Linux 版本 開啟adb 執行cmd WinKey鍵 +R -> 輸入cmd cd切換至adb資料夾路徑 adb 常用指令 以下為本人常使用到的指令不適所有指令 網路上還有許多的指令應用可以因應各自不同需求收尋 adb devices 列出目前所有連線的裝置 adb shell 進入shell 常使用到的shell指令 ls 顯示目錄內容 cd 切換資料夾 cat 檢視檔案,也可以將顯示的訊息轉入或附加另一檔案 shell是甚麼: Wiki的解釋 “ 為使用者提供使用者介面。 泛指所有為使用者提供操作介面的程式 ” 簡單說明接收user輸入的指令,並對指令進行處理,處理完畢後將結果反饋給user adb root 取得 root 權限 adb pull ...