Installation
Winedroid runs on macOS and Linux and needs a Rust toolchain.
Clone and run
git clone git@github.com:sohzm/winedroid.git cd winedroid cargo run --release -- /path/to/app.apk
This installs the APK and launches it. The first build is slow; later runs are fast.
Run it with no arguments to see all commands and options:
cargo run --release

