Emulator issue in Android studio? - android

issue:
Your CPU does not support required feature(VT -x or SVM).
when am creating an emulator in my computer facing this issue, how can I resolve this issue?
I am using a Windows2008 PC; I have AMD A4-6320 APU with Radeon(TM) HD Graphics 3.80GHZ processor.
In my Control panel > Programs and features there is no Hyper-V feature. How to install HAXm on my computer?
For android studio emulator, the AMD processor is supported or not?
can anyone solve this ?
All are saying about intel system am using AMD processor can you tell me about AMD processor?

Please check this video How to install HAXM
Also if you couldn't find the HAXM in the SDK Manager, then download it from
https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
After that you have to enable VT-X from The BIOS, check this
https://www.youtube.com/watch?v=3irpIFya_lk

VT is Virtualization Technology. It is processor capacity. Google your processor model that have or not VT support.
If support! You need to enable VT from bios. To do so
1. Restart your computer
2. Press F2 when you computer boot
3. Find Intel Virtualization Technology and enable it
4. Save and exit by pressing F10
Then Run emulator in android-studio
if any problem please fell free
good luck..
I google it for you that your cpu has VT red your processor specification
so try the step i describe i hope it will be ok...

With an AMD processor and on Windows you have 4 options:
Run the emulator using an ARM image (quite quite slow)
Use another emulator as can be Genymotion. Warning about Genymotion: There is a free version which has limited functionality of the phone and there is a paid version that allows full control of the device.
Use an actual device instead of the emulator
Activate the SVM Mode from the BIOS (as others have already commented). To do that:
You have to restart your machine.
Enter in the BIOS (usually pressing F2 or Del).
Look up the SVM or Secure Virtual Mode and enable it!

Related

Visual Studio 2017 Android Device Manager thinks WHPX is not properly installed

I just update Visual Studio 2017 to version 15.8.0, the one that I've been waiting for a while now, due to its support for Hyper-V accelerated Android emulators using Windows Hypervisor Platform (WHPX).
I've been running Windows 10 version 1803 since May, and I have installed/enabled Windows Hypervisor Platform from "Turn Windows features on or off". Also, I have updated Android SDK and tools as it's described in https://learn.microsoft.com/en-us/xamarin/android/get-started/installation/android-emulator/hardware-acceleration.
However, when I run any of the accelerated emulators, I get an error:
We've encountered an error with your Windows Hypervisor Platform (WHPX) configuration that is preventing us from running your emulator accelerated.
Please ensure WHPX is properly installed, then perform a factory reset on the emulator and try again.
No log and nothing else. Hence, I'm a bit confused and don't know what I should do next.
Appreciate any help.
P.S. Couple of clarifications:
I tried both, resetting existing emulators and creating new ones.
I run Hyper-V virtual machines and Docker containers on the same PC.
Maybe the Virtualisation is not enabled for your CPU from the BIOS menu. Boot to your BIOS and Enable Virtualisation. Also, install or reinstall these features on windows.
Running from VS2019 gives me the same WHPX error. But running manually works just fine with hardware acceleration (make sure you run powershell as administrator):
PS C:\Program Files (x86)\Android\android-sdk\emulator> .\emulator.exe -avd <avd_name> -feature WindowsHypervisorPlatform
I received this error even though I was already successfully running docker containers as well.
It turns out that I didn't have Windows Hypervisor Platform enabled in the "Turn Windows Features On and Off" menu. Once I turned it on, the error disappeared.
I had both Hyper-V options enabled but not Windows Hypervisor Platform. I guess that one is not required to run docker containers.
Work with visual studio 2019
I fixed this issue by disabling "Windows Hypervisor Platform" and only enable "Hyper-V" option.
It may be that your CPU does not support virtualization or some other software is preventing its use. If you have an Intel Processor Intel's VTx support page is an excellent resource to determine if your CPU permits virtualization and/or if some other software is preventing its use:
In summary:
Identify Your Intel CPU and View the Specs
Use the Intel Processor Identification Utility (https://www.intel.com/content/www/us/en/support/articles/000005495.html).
As the first link points out, even if the Intel tool in #2 shows VTx not supported, check TaskManager to see if Virtualization is enabled. If it is, then some other software is using Virtualization and preventing the tool (and other tools similar to it) from showing Virtualization as enabled.
Using both Intel's utility and TaskManager you can diagnose the problem per Intel's Table:
Virtualization Checked in Intel Utility + Virtualization Enabled in TaskManager -> enabled, usable
Virtualization Checked in Utility + Virtualization Disabled in TaskManager -> disabled in BIOS.
Virtualization Checked in Utility + Virtualization Enabled in TaskManager -> enabled but used by other software
Virtualization Checked in Utility + Virtualization Disabled in TaskManager -> Virtualization not supported .

Android Studio error, CPU does not support VT-x and NX

My CPU supports AMD Virtualization technology but still Android Studio gives error that my CPU does not support VT-x and NX. Any help?
According to the doc, VT-x is an Intel Virtualization Technology, so you can't suppot this technologie with an AMD processor.
The second point, NX , is a feature of a processor that helps to protect your PC from attacks by malicious software. When this feature is not enabled and you try to run certain emulators in android studio, you will get an error message like this.
You need to restart your computer, enter BIOS, in case of AMD processors, you will see the NX flag. If that is not enabled, toggle the option and enable it.
Android Studio Virtual Device Testing requires virtualization AND Hypervisor with Windows os, running on an AMD processor.
Control Panel: You need to enable 'Hyper-V' and 'Windows Hypervisor Platform' BOTH. Open control Panel, search for 'Turn Windows features on or off', the tick the boxes for both the above features. This requires a restart. You can do the BIOS update on the same restart:
BIOS: Your CPU may have virtualization turned off (even if the cpu supports virtualization). (look up your CPU specs and look for the virtualization spec it should say AMD-V ).
Restart your PC, enter the BIOS (del or alt+f4 or f1), and enter 'advanced cpu' menu. There toggle on 'virtualization' ( it may be called 'SVM mode' or 'AMD-V' ). Then save and exit the BIOS.
Android Studio: Of course install all the packages that Android Studio asks for for the AVD you choose.
Also I installed ALL of the tools (Settings->Appearance & Behaviour->System Settings->Android SDK) under the tab 'SDK Tools' in Android Studio.
That worked for me. It took a while to find the solution. But that did it.

Running Android emulator on intel machine

I am trying to run emulator in Android studio.
It gave me error that "requires hardware acceleration".
so I did some research, and found that I need HAXM installer installed. source can be found out here Error in launching AVD with AMD processor
So I downloaded it. I ran again and then it gave error "This computer does not support VT-x" so called Virtualization Technology.
So in the same above posting I found out I need to enable VT from bios settings. I did that too. But when I try to install HAXM it again giving me error "This computer does not support VT-x"
How I can install HAXM and eventually able to run android emulator?
Updated I have tried Intel HAXM installation error - This computer does not support Intel Virtualization Technology (VT-x)
When I opened turn feature on or off, its not giving me Hyper-V option.
Thnx
That CPU (from early 2009) does not support virtualization, so you will need to use a software enhancer - like genymotion.

HAXM Virtualisation Install

I'm a new Android developer and learner, and I am actually facing some strange issue. (config : Intel Core i7 3630QM # 2.40GHz , 6go ram , windows 8.1)
Just like many, I encountered the HAXM issue when I tried the emulator on the AVD manager.
What I have done :
1. Download the package for intel accelerated HAXM virtualisation via my SDK manager
Figure out the sdk location on my pc, and click on install (manually on the app)
C:\Users\didier\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager)
2.1 I get this error,
My PC meets the requirements but...
This means that my HAXM virtulisation may not be enabled on my pc.
2.2 I checked that on my BIOS, enabled it , saved and exit.
3. I retry the install from the exe file in my sdk location.
- I get the same error message.
So I tried install from intel website : Software from intel Website link , ==> I get the same
error message
I download Speccy, a program that tells you what is on your PC, I found that on BIOS, the Virtualisation option that I enabled , was actually DISABLED.
So I rebooted, and check that, it was ENABLED.
So now, I don't know what to do, I have found some other solution to emulate, but it's quite slow, it uses ARM technology.
Here is a possible solution to your problem, what I've found from your information given is that:
Your processor supports HAXM, see this spec sheet.
The hardware requirements are:
Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality
At least 1 GB of available RAM
Referring to that list of possible solutions, you should try:
Double check if Execute Disable Bit, VT-x, VT-d are turned on in BIOS
Disable Hyper-V in Windows 8.1
There have been issues with Hyper-V tech conflicting with HAXM, refer to this SO question.
Create a separate boot entry that disables hyper-V completely, or just disable all of it by:
Press Start.
Type CMD.
Right-Click, select Run As Administrator (must do this even if on Admin account)
type this in bcdedit /set hypervisorlaunchtype off
Reboot. Hyper-V should be off now.
I had the same problem with a similar processor, core i3, in my VAIO laptop. VT was also enabled on the BIOS and the problem was fixed when I uninstalled the avast anti-virus(no disabling the protection) and so I could finish the HAMX installation. After that, I installed the Avast software again.
I hope this issue can help more people.
I had terrible trouble getting an Android Virtual Device to work on Android Studio. I thought I had done everything right but then I checked the Hewlett Packhard BIOS again and realised that the word Enable beside Virtualisation really meant Enable and not Enabled, which is VERY confusing. Switch to Disable (which seems to mean Enabled) and all should be good. Talk about double negatives!

Running the new Intel emulator for Android

Lately Google and Intel have published a new way to run the emulator, which should work much better than the previous version (which has emulated ARM CPU). Here are some links about it: this and this.
However, after installing the new components and creating a new emulator configuration as instructed, I get an error and I also can't see any improvements. I've tried both API 10 and API 15, and with GPU enabled and disabled. None of those configurations helped. I've also tried it on two different computers and didn't get any boost (and got the same errors).
It seems that on the posts I've read about it, nobody had any problems with it and all report a much faster emulator.
The error it shows is:
emulator: Failed to open the HAX device!
HAX is not working and emulator runs in emulation mode
emulator: Open HAX device failed
Why is it happening, and is there a way to fix it? Is there anyone else who gets those errors or vice versa?
By the way, I have an Intel CPU, if that could be a problem.
EDIT:
here's what I see in the BIOS, so it should be available... :
I had the same issue, solved it by Installing the Intel Hardware Accelerated Execution Manager. Download it with the SDK Manager, it's in Extras. After this, go to the folder
[Android SDK Root]\extras\intel\Hardware_Accelerated_Execution_Manager
then run IntelHaxm.exe and install.
Here the link of the Intel Hardware Accelerated
IntelHaxm.exe for
Microsoft Windows,Mac OS* X, and Linux
Ubuntu
You'll get the following message if you don't have virtualization enabled in your BIOS:
Small Note for Windows 8 user, Intel HAX will not work if Hyper-V feature is enable. Hyper-V (like most of the virtualization tech) will exclusively lock the VT extension witch will prevent HAX to work properly. A workaround if you “need” Hyper-V too might be to stop manually the Hyper-V services when you need HAX (haven’t tested it yet through).
If all else fails. Simply try to download the Intel HAXM zip manually, extract and install.
check here
Remember this only works for an Intel cpu that supports Intel Virtualization Technology. And you MUST enable virtulization in your bios.
It's a fairly decent and very noticeable improvement to the android emulator if you ask me.
Not every processor is supporting the virtualization!
To find out your chipset abilities go to http://ark.intel.com/,
insert the name of your processor in the search line and check out the resolve.
Advanced Technologies: ...
Intel® Virtualization Technology (VT-x) = ???
If you see "No", you can forget HAXM!
Here are the steps to get the Hardware Accelerated Execution (HAX) which is really quite a lot:
1-check your processor Intel website to see if it supports Intel VT-x or not:
http://ark.intel.com/Products/VirtualizationTechnology
all Intel Core i processors and some other selected processors support Intel VT-x
2- check your bios to enable Intel VT-x , usually called hardware virtualization or Intel virtualization in bios
3- check if you are using a software conflicting with HAXM, popular software conflicting with haxm include but not limited to:
Hyper-V
Windows phone SDK 8
Avast antivirus 8
4-install Intel management engine interface (MEI), this driver is usually not installed and is not part of retailer Windows DVD, even Windows 8.
Check this post about how to install:
http://communities.intel.com/community/vproexpert/blog/2011/12/19/mei-driver-now-available-via-microsoft-windows-update
This driver is required and is not optional to activate Hardware Acceleration
you can also install it from windows update
5-use android SDK manager to download Extras -> Intel x86 Hardware Accelerated Execution Manager.
6-Run installer of HAXM from:
[Android SDK Root]\extras\intel\Hardware_Accelerated_Execution_Manager\IntelHaxm.exe
if you passed the previous steps the installer will work just fine ,otherwise it will fail
7-start AVD and see the difference in performance, Animations are faster
System UI and launchers crashes in 4.0.3 but are just fine for 4.2.2
see installation guide by intel:
Using SDK Manager to download Intel HAX did not work.
Downloading and installing it from the Intel website did work.
http://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager/
Top Tip: making the change in my BIOS to enable virtualization and then using "restart" did not enable virtualization. Doing a cold boot (i.e. shutdown and restart) suddenly made it appear.
The first step (on Windows) is to make sure that the Micrsoft Hardware-Assisted Virtualization Tool reports that "this computer is configured with hardware-assisted virtualization".
http://www.microsoft.com/en-us/download/details.aspx?id=592
You might need to turn on virtualization in your BIOS, most manufacturers disable it by default. Intel HAX requires CPU virtualization to be enabled.
The same began to happen to me about one week ago, without apparent reason (99% sure that I didn't upgrade anything); after being able to run the emulator for some time it just stopped working without an apparent reason.
I tried to install the Intel thingie, but the installer reported that my machine doesn't support Intel VM, despite the fact that it has an Intel i3 processor and that virtualization is enabled (perhaps XP is too old an OS for that, although MS VM, Oracle's Virtual Box and VMWare have been installed an working in this machine with the same OS).
I just edited the VD to emulate an Arm processor, and everything is working again.
Perhaps not the optimal solution, but it works!
For Windows, there are some answers explained how it works. But I'm a Mac User, I don't know how to install HAX driver for Mac as they did for Windows. Finally I found the below link and it did fix my problem. You should download HAXM of Mac
and then install it.
https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement-macosx/
Complete step-by-step instructions for running the accelerated emulator can be found on the official Android developers website:
Caution: As of SDK Tools Revision 17, the virtual machine acceleration
feature for the emulator is experimental; be alert for
incompatibilities and errors when using this feature.
You have to download the Intel® Hardware Accelerated Execution Manager.
Then you will get this message:
Starting emulator for AVD 'test'
emulator: device fd:740
HAX is working and emulator runs in fast virt mode
For Mac users who want to check whether your processor supports virtualisation, use the maccpuid software and look for VMX. If it is checked then you're good to go.
Download it here
Here there are two issues we have to concentrate on:
HAX device failed to open,
For this problem, you have to run the HAX device setup file from the HAX addon folder. Follow Speed Up Android Emulator to know clearly how.
If you created the AVD through AVD manager then you can change the RAM size in AVD Manager and device edit option.
If you created the AVD through command line, then you should start the AVD from command line will work,
emulator -memory 512 -avd gtv_avd
If everything else fails, it's good to try my option and download a HAXM installer.
It needs to be copied to HAXM installation folder and then started from command line (start CMD as an Administrator). After restarting computer HAXM will be installed. It perfectly worked for me as I was having problems with installing it on my laptop.
After all simply type sc query intelhaxm in your cmd in order to check whether HAXM is installed properly.
If you are running an Intel processor make sure the HAXM (Intel® Hardware Accelerated Execution Manager) installer is installed via SDK Manager by checking this option in SDK Manager. And then run the HAXM installer ext via the path below.
your_sdk_folder\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe
Also check the RAM size allocated while doing HAX installation so it fits the RAM size of your emulator.
This video shows all the required steps which may help you to solve the problem.
This video will also help you if you face a problem after installing HAXM.
Download HAXM from the Intel site.
Install it.
And then run the AVD from AndroidStudio, menu -> Tools -> AVD. Choose x86.
It works!

Categories

Resources