Closed Roxiun closed 6 months ago
Based on the feedback received so far, the current script may support the ARM architecture, but does not support the M1 ARM architecture at all, for unknown reasons. But you can try running an x86 Android emulator through Docker on M1. It is said that Docker has implemented support for x86_64 containers through Rosetta2. And this video may help.
running an x86 Android emulator through Docker on M1. It is said that Docker has implemented support for x86_64 containers through Rosetta2. And this video may help.
I attempted running it through that one with no luck so far. The emulator seems to hang on booting & from the video's comments it appears other people have the same issue.
Currently I'm exploring this docker image instead: https://github.com/amrsa1/Android-Emulator-image/
Issue 10, there has a fix for running an x86_64 image on it.
However I want to check, how can I ensure that there is no Google API in the docker android image?
running an x86 Android emulator through Docker on M1. It is said that Docker has implemented support for x86_64 containers through Rosetta2. And this video may help.
I attempted running it through that one with no luck so far. The emulator seems to hang on booting & from the video's comments it appears other people have the same issue.
Currently I'm exploring this docker image instead: https://github.com/amrsa1/Android-Emulator-image/
Issue 10, there has a fix for running an x86_64 image on it.
However I want to check, how can I ensure that there is no Google API in the docker android image?
Try to build the docker image with --build-arg TARGET=default
Closed due to no progress. I will rent a M1 device and try to deploy the x86 Android Emulator.
Similar to issue #7
Platform M1 Macbook (arm64)
I can confirm all of the above work. However I am unable to run x86_64 version of android on this computer and as such am running the arm64 version of emulator & arm64 Apple Music beta.
Snipped Error Log:
config.toml is same as example except for following change (as per the README)
Full error log: errorlog.txt
Retries yield the same result. At one point in the past I got some gpac, file doesn't exist error but that doesn't seem to be appearing anymore.
Any help would be greatly appreciated. Thanks!