a GUI tool for easier using ADB and fastboot
EAF 是一個圖形化的 ADB 和 fastboot 管理器
目前官方發佈 Linux 和 Windows 版,macOS 用戶請自行編譯
雙擊 exe 檔案安裝
解壓縮下載到的 tar.xz, 並執行 easy_adb_fastboot
每隔數天將自動檢查更新,可以在設定中變更,或手動檢查更新
目前不支援,請自行下載新版
安裝依賴
$ npm install
下載 platform-tools
$ node scripts/eaf_builder.js -d #僅支援 Windows 和 Linux,macOS 請自行下載
$ node scripts/eaf_builder.js -i=<index> -c=<channel> #index 爲一數字,channel 爲一字串
$ npm run build #此爲本地建置
或
$ npm run publish #編譯並上傳到發行伺服器(需爲 electron-builder 支援者)