google / android-emulator-m1-preview

Apache License 2.0
1.83k stars 161 forks source link

Is there any way to run x86 images? #75

Open jeanlst opened 2 years ago

jeanlst commented 2 years ago

Is there any way to run x86 images?

Everytime I try I run it I get ERROR | can't find the emulator executable. I know there are aarm64 ones for me to run, but I specfically want to run x86_64/x86, is there any way?

fredyshox commented 2 years ago

I've created patch for experimental x86_64/x86 support (https://github.com/fredyshox/android-emulator-m1-x86). It runs fully emulated in software using TCG backend without any hardware CPU acceleration. Unfortunately TCG is not as mature on aarch64 as it's on x86, so performance is bad, it's not really usable apart from basic stuff. But feel free to try it.