Closed BytesGuy closed 1 year ago
You can also find linux arm emulator
binaries on the android sdk CI output:
https://ci.android.com/builds/branches/aosp-emu-master-dev/grid?legacy=1
See related issue here: https://issuetracker.google.com/issues/242699119
The
emulator
package insdkmanager
does not support arm64 therefore thesdkmanager "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