In my opinion, you need system images for MIPS and x86 only to test your own code, which was developed using the "Native Development Kit" (NDK) .
An x86 image can be performed with higher performance if your processor offers virtualization support (for example, Intel VTx, AMD-V for Linux only), see this section in the official documentation. According to this discussion , the emulator will write that βHAX works, and the emulator works in fast virt modeβ to the console if it uses CPU virtualization support.
However, if the emulator runs too fast, the developer may forget that the application should also work with sufficient performance on a mobile device with limited resources ...
user1364368 Mar 20 '13 at 15:29 2013-03-20 15:29
source share