DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.64k stars 833 forks source link

Feat: Android Dynamic Arch Support #3215

Closed DogeDark closed 1 week ago

DogeDark commented 1 week ago

Adds support for specifying an Android target arch with the --arch flag. If no --arch flag is included, the CLI will attempt to automatically detect the arch using adb and if that fails, the arch defaults to Arm64.