Platron

A graphical manager for ADB and fastboot

View the Project on GitHub platron-pt/platron

Platron

Platron 是什麼

Platron 是一個圖形化的 ADB 和 fastboot 管理器

Platron 的功能

截圖

windows 11 windows 11
windows 10 windows 10

支援的平台

目前官方發佈 Linux 和 Windows 版,macOS 用戶請自行編譯

安裝與更新

安裝

Releases 頁面下載, 或從我們的 網站

Windows

雙擊 exe 檔案安裝

Linux

解壓縮下載到的 tar.xz, 並執行 platron

更新

Windows

每隔數天將自動檢查更新,可以在設定中變更,或手動檢查更新

Linux

目前不支援,請自行下載新版

從原始碼構建

  1. 克隆原始碼
  2. 安裝 Node.js (LTS) 和 npm
  3. 安裝依賴

    $ npm ci
    
  4. 下載 platform-tools

    $ node scripts/platronMaker.js -d #自動偵測 Windows 或 Linux,macOS 請自行下載
    
  5. 配置
    $ node scripts/platronMaker.js -v=<variant> #建議填入beta 或 stable ,其他設定請自行修改原始碼
    
  6. 建置 Platron
    $ node scripts/platronMaker.js -b -w=<development|production> -p=<never|always>
    

    -w 參數爲 webpack 的模式
    -p 參數爲是否發佈(到 electron-builder 原生支援的發佈方式)