Reputation: 3
When i try to run my app on emulator it ends with following mistakes:
Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!
Emulator: Process finished with exit code 1
Upvotes: 0
Views: 1603
Reputation: 123
Open Android SDK manager, on top side you can see the "Android SDK Location" go to that location and follow this path
\extras\intel\Hardware_Accelerated_Execution_Manager
here you will get "intelhaxm-android.exe" install this setup.
Upvotes: 3
Reputation: 53
In setting, inside SDK Tools, try to install "Intel x86 Emulator Accelerator (HAXM installer)", this should fix your problem.
Upvotes: 0