Skip to content
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

fix(android): Use arm64 architecture on emulator creation from M1 #258

Merged
merged 2 commits into from Sep 23, 2022

Conversation

jcesarmobile
Copy link
Member

When there is no emulator for the SDK, native-run will try to create a new one, but on M1 macs it fails to create new emulators because the emulator files we provide have the architecture hardcoded to x86.
This patch will check the machine architecture and if it's arm64 it will overwrite the x86 values with arm64, fixing the emulator creation.

@jcesarmobile jcesarmobile merged commit a6501c4 into develop Sep 23, 2022
@jcesarmobile jcesarmobile deleted the create-arch branch September 23, 2022 12:34
github-actions bot pushed a commit that referenced this pull request Sep 23, 2022
## [1.7.1](v1.7.0...v1.7.1) (2022-09-23)

### Bug Fixes

* **android:** Use arm64 architecture on emulator creation from M1 ([#258](#258)) ([a6501c4](a6501c4))
@Ionitron
Copy link
Collaborator

🎉 This PR is included in version 1.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants