Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:36
· 41 commits to main since this release

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, and uninstall.
  • Added broader package support for split APK installs, .apks, and .xapk inputs.
  • 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.gz
  • rustdroid-x86_64-unknown-linux-musl.tar.gz.sha256
  • install-snippet.txt

Upgrade Notes

  • This is a non-breaking minor release from v0.1.0.
  • Run rustdroid doctor and rustdroid self-test once after upgrading on a new machine.
  • The host backend remains the recommended path when you want the shortest local feedback loop.