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

feat: enable arm64 builds #96

Open
ryanbourdais opened this issue Oct 26, 2023 · 1 comment
Open

feat: enable arm64 builds #96

ryanbourdais opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels
backlog Identified as a backlog item, often combined with low-priority and help-wanted labels blocked enhancement New feature or request

Comments

@ryanbourdais
Copy link
Contributor

This supersedes #88

The emulator package in sdkmanager does not support arm64 therefore the sdkmanager "tools" command fails on arm64 builds.

It might be possible to work around this by looking at the following:

https://developer.android.com/studio/releases/emulator#emulator_for_arm64_hosts

Working branch for arm64: https://github.com/CircleCI-Public/cimg-android/tree/arm64-support

@ryanbourdais ryanbourdais added the enhancement New feature or request label Oct 26, 2023
@ryanbourdais ryanbourdais self-assigned this Oct 26, 2023
@ryanbourdais ryanbourdais added backlog Identified as a backlog item, often combined with low-priority and help-wanted labels blocked labels Oct 26, 2023
@ngdbao
Copy link

ngdbao commented Jun 1, 2024

ARM runner comes with generous memory, I'm trying to switch from AMD to ARM, for testing & bundling AAB and uploading to PlayStore
But it seems ARM cimg/android doens't support for now.

WARNING: docker image cimg/android:2023.10-node targets wrong architecture (found amd64 but need [arm64 arm64v8 arm32v7 arm32v6])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Identified as a backlog item, often combined with low-priority and help-wanted labels blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants