Android development CLI designed to complement Google's Android CLI — but this one is for humans, not machines.
Builds the debug APK, installs it on the connected device, and launches the app.
droid run
Requires adb on your PATH and a device connected (physical or emulator).
Checks your environment for required tools and SDKs. Currently checks for:
- Java JDK
- Android SDK
- ADB
droid doctor
Build from source:
cargo build --release
cp target/release/droid /usr/local/bin/droid
This CLI pairs beautifully with BrandNew, a project scaffolding tool that can be used to generate a new Android project without having to open Android Studio.