Reputation: 714
I have API 23 Marshmallow.
Settings: Nexus S 4.0" 480x800 hdpi Marshmallow Android 6.0 x86 RAM 1536 MB
While running emulator getting this error:
I tried to install HAXM but it says my system not supporting Virtualization Technology. Mine is intell i3-4010U. But while running emulator with API 22 its all fine.
Any idea about this.
Upvotes: 2
Views: 2892
Reputation: 369
go to BIOS >> advanced >> and set virtualization to enabled then Install intelhaxm.exe in this path:
<your sdk path> -> extras -> intel -> intelhxm.exe
if you dont have this folder in your sdk manager you should download it by SDKManager >> Intel x86 accelerator...
Upvotes: 0
Reputation: 19351
first of all - your processor supports hardware accelaeation (VT-x): http://ark.intel.com/products/75107/Intel-Core-i3-4010U-Processor-3M-Cache-1_70-GHz
Hyper-V
is already runningI see you're using Windows, did you already install Hyper-V or Visual Studio (it might installed with it). If yes I suppose you to follow these tutorial (find Using HAXM and Hyper-V
section)
Your system may running already another hardware accelaration called Hyper-V. Ypu need to disable or unistall it.
VT-x
is not enabledPropably you don't have enabled virtualizarion technology and your previous emulator run on ARM base technology, which doesn't need to have a VT technology. It can run even on 32-bit old processors.
Go to your BIOS
and find a point like Virtualization Technology Enabled - NO
. On different machines it may be different called so try to find on Web how to run BIOS for your laptop and where to find a VT technology.
Hope it help
Upvotes: 2
Reputation: 3398
You have to install Intel HAXM Properly
First Of All Open Android SDK Manager.
1) Go to Packages then checked both options Show Updates/New Packages As Well As Show Installed Packages.
2) Then Go to Extras Select Intel X86 Emulator Accelerator (HAXM Installer)
3) Install It From the web then restart PC then try.
IF You Already Have HAXM Installed And also got this
Go to Your Android SDK Directory. Then go to android-sdk then extras intel then double click or run intelhaxm-android.exe manually. It will definitely hepls you.
Upvotes: 0