Closed DogeDark closed 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.
--arch
adb
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 usingadb
and if that fails, the arch defaults to Arm64.