android-emulator-m1-preview icon indicating copy to clipboard operation
android-emulator-m1-preview copied to clipboard

Is there any way to run x86 images?

Open jeanlst opened this issue 3 years ago • 1 comments

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?

jeanlst avatar Jan 17 '22 18:01 jeanlst

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.

fredyshox avatar Jan 18 '22 23:01 fredyshox