Trying to figure out how apps work on Android x86 in VMWare when they were compiled for ARM. Is the GUI running on Qemu? How exactly do they run if Android x86 is really x86?
intel has released a library ('libhoudini') which translates arm instructions to x86. Then they get executed on x86 CPU.