Android Question Run time error on starting AVD -Win 97

kps

Member
Hello all,

After creating the AVD "6"in_Phone_Platform_28_default", and on starting it, I get this error message.
Error:
RegGetValueW failed 2 The system cannot find the file specified.


emulator: ERROR: x86_64 emulation currently requires hardware acceleration!
Please ensure Windows Hypervisor Platform (WHPX) is properly installed and usable.
CPU acceleration status: Unable to open HAXM device: ERROR_FILE_NOT_FOUND
More info on configuring VM acceleration on Windows:
If you are using an Intel CPU: please check that virtualization is enabled in the BIOS and that HAXM is installed and usable.
Note: if Hyper-V or Credential Guard is enabled, the emulator will not work with HAXM.
See https://github.com/intel/haxm/issues/105#issuecomment-470927735 for info on how to disable Credential Guard.
If you are using an AMD CPU or need to run alongside Hyper-V-based apps such as Docker, we recommend using Windows Hypervisor Platform.General information on acceleration: https://developer.android.com/studio/run/emulator-acceleration.

I have downloaded and installed HAXM. Here is the installation message.
Directory of C:\HAXM

27-07-2020 13:44 <DIR> .
27-07-2020 13:44 <DIR> ..
27-03-2020 18:16 109,624 haxm_check.exe
27-07-2020 13:44 225 haxm_silent_run.log
27-03-2020 18:17 2,950,736 intelhaxm-android.exe
27-03-2020 18:25 4,745 Release Notes.txt
27-03-2020 17:07 8,675 silent_install.bat
24-03-2020 15:36 2,274 silent_install_readme.txt
6 File(s) 3,076,279 bytes
2 Dir(s) 16,246,657,024 bytes free

C:\HAXM>silent_install.bat
Intel HAXM updated successfully!

C:\HAXM>haxm_check.exe
VT support -- yes
NX support -- yes

The link in the error message talks about Win 10 machines.
I am on Win 97, Intel CPU, DELL machine.

How do I fix this ?

So far, I have been using my phone for testing the examples.
Since the screenshot and video capture can be done only on emulators, I want to use the emulator now.
I also want to use the USB debugging instead of the Wireless Bridge.

Regards,
KPS
 
Last edited:

kps

Member
Oops, yes, Win 7, not 97.
I am running Windows 64 bit.
I will try USB Debug mode if that allows me Screen shot & Video capture.
That's the purpose, anyway.

Thanks & Regards,
KPS
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
Enter your PC BIOS and check that Hardware Virtualization (VT-X) is enabled.
Often it start disabled.
 
Upvote 0

kps

Member
Enter your PC BIOS and check that Hardware Virtualization (VT-X) is enabled.
Often it start disabled.

I checked. It is enabled.
Here is the screen shot.
virtual enabled.png


I think "haxm_check.exe" checks this aspect and confirms this in its report.

C:\HAXM>haxm_check.exe
VT support -- yes
NX support -- yes


Regards,
KPS
 
Upvote 0
Top