v0.2.0
RustDroid v0.2.0
RustDroid v0.2.0 makes the local APK loop more complete. The fast path is still the point, but this release fills in a lot of the practical gaps around it.
Highlights
- Added richer app lifecycle commands, including
open,launch,watch,clear-data, anduninstall. - Added broader package support for split APK installs,
.apks, and.xapkinputs. - Added profile inheritance, environment overrides, JSON output, and run artifact capture.
- Tightened the release path with package validation, install verification, split CI lanes, and expanded docs.
Install
bash <(curl -fsSL https://raw.githubusercontent.com/OthmaneBlial/rustdroid/main/install.sh)
# Or install this tagged release:
RUSTDROID_VERSION=v0.2.0 bash <(curl -fsSL https://raw.githubusercontent.com/OthmaneBlial/rustdroid/main/install.sh)Included Assets
rustdroid-x86_64-unknown-linux-musl.tar.gzrustdroid-x86_64-unknown-linux-musl.tar.gz.sha256install-snippet.txt
Upgrade Notes
- This is a non-breaking minor release from
v0.1.0. - Run
rustdroid doctorandrustdroid self-testonce after upgrading on a new machine. - The host backend remains the recommended path when you want the shortest local feedback loop.