A graphical manager for ADB and fastboot
Platron is a graphical manager of ADB (Android Debug Bridge) and fastboot.
Linux and Windows are officially supported, for macOS users, you can build it by yourself.
Download release files from Releases page, or from our Website
Please double click the exec file to install.
Extract the tar.xz, and excute platron
which should be contained the output folder.
Updates will be checked every few days, you can set it in the settings page, or you can check it manually.
Currently not supported, download manually from the links above.
Install dependencies
$ npm ci
Download platform-tools
$ node scripts/platronMaker.js -d #Auto detect whether Windows or Linux, for macOS users, please download it manually.
$ node scripts/platronMaker.js -v=<variant> #beta and stable are suggested, or you can modify the source code
$ node scripts/platronMaker.js -b -w=<development|production> -p=<never|always>
-w
argument for webpack mode.
-p
argument for electron-builder to publish (to supported platform) or not.