android - HAX is not working and emulator runs in emulation mode -
when run project android application, this:
[2014-02-06 10:25:36 - emulator] hax not working , emulator runs in emulation mode [2014-02-06 10:25:53 - helloabsolutebeginner] new emulator found: emulator-5554 [2014-02-06 10:25:53 - helloabsolutebeginner] waiting home ('android.process.acore') launched...
how fix error hax not working , emulator runs in emulation mode, when have amd athlon(tm) processor.
hardware accelerated emulation available on processors support virtualization technology. that, processor must need comply either of following:
- intel virtualization technology (vt, vt-x, vmx) extensions
- amd virtualization (amd-v, svm) extensions (only supported linux)
there might possibility feature disabled in bios. verify if athlon processor support instruction-set, check bios settings , (in case of amd processor) run emulator in linux environment.
for more info, read this.
Comments
Post a Comment