We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
I tried to build the image in Docker in Apple M1 Pro but it gave me this error
root@627be35883ab:/build# adb rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2 Trace/breakpoint trap
root@627be35883ab:/build# adb
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2 Trace/breakpoint trap
Could you support ARM64 architecture?
Best Regards,
The text was updated successfully, but these errors were encountered:
Try running with --platform linux/amd64. Android SDK is not available for Linux Arm.
--platform linux/amd64
See cirruslabs/docker-images-android#72
Sorry, something went wrong.
I think an ARM64 version without Android SDK support would be useful for compiling for web as example. At least this is my usecase :)
Edit: I am just seeing that the image is based on the Android SDK. nvm
No branches or pull requests
Hi Team,
I tried to build the image in Docker in Apple M1 Pro but it gave me this error
root@627be35883ab:/build# adb
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2 Trace/breakpoint trap
Could you support ARM64 architecture?
Best Regards,
The text was updated successfully, but these errors were encountered: