-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] uno-check creates a x86_64 android emulator for M1 #97
Comments
Thanks for the report! Indeed that's possible. This would have to be changed here: uno.check/UnoCheck/Checkups/AndroidEmulatorCheckup.cs Lines 110 to 126 in 0eb5ad7
We already have the information about the host architecture. |
@jeromelaban should we add the arm emulator here in the manifest? Just saw the |
We may want to install just the one appropriate for the architecture, if possible, otherwise, let's modify the tool for that to be possible. |
When I run the uno-check tooling in an M1 device, and I don't have an Android Emulator, it creates a
x86_64
device which is incompatible with M1.y
when asked to install the Android EmulatorBefore run the uno-check:

When uno-check is done:

I would like that uno-check knows that I'm running on a arm device and install the correct emulator for me. (hope that's possible)
The text was updated successfully, but these errors were encountered: