I have three Android Virtual Devices. For all of them, the CPU/ABI field is set to x86.
I want to change it to some of the ARM stuff, but I couldn't figure out a way to do this.
Does anyone know how to do this?
Thank you.
I have three Android Virtual Devices. For all of them, the CPU/ABI field is set to x86.
I want to change it to some of the ARM stuff, but I couldn't figure out a way to do this.
Does anyone know how to do this?
Thank you.
As far as I know, the only way you can do this is by creating another AVD with ARM instruction set.
Changing the instruction set of an existing virtual device is like changing the instruction set of an actual machine.
You can't. The emulators are running on an x86 device, and only run x86 code. They don't simulate the chipset, so they can't run ARM code. Attempting to do so would make them 10x or more slower.