Click here to Skip to main content
15,888,008 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Sir,

I am beginner in Android Studio. I install android studio and everything is going good. but when i try run my application in virtual device i got a error massage "Your CPU does not support required feature (VT-x or SVM). when i google then i find some instructions in which the

1) Open SDK Manager and Download Intel x86 Emulator Accelerator (HAXM installer) if you haven't.
 
2) Now go to your SDK directory (C:\users\username\AppData\Local\Android\sdk, generally). In this directory Go to extra > intel > Hardware_Accelerated_Execution_Manager and run the file named "intelhaxm-android.exe".
 
In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization.
3) Restart Android Studio and then try to start the AVD again.


My laptop configuration is: Processor - AMD A6-6310 with AMD Radeon R4 Graphics 1.80 GHz, RAM - 4.00GB 64-bit Operating system. Model No. Lenovo G50.


What I have tried:

I try set bios setting but i don't found any option to enable Hardware Virtualization.
Posted
Updated 7-Nov-17 21:46pm
v3

1 solution

What you are looking for is 'ADM SVM support' in 'Configuration' menu...
It seems that Lenovo G50 originally came without that option and some (not all) managed to solve the problem with BIOS update ([^])...
In any case (and despite that A6-6310 features AMD-V) you should check it: CPU-Z | Softwares | CPUID[^] (maybe it is an other model inside)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900