1

I would like to create some applications in React Native and I'm having problems with my PC that force me to use a virtual machine to code. I've chosen Oracle VM VirtualBox with Ubuntu for my virtual machine. I use Android Studio to test my application on an Android emulator. Unfortunately, when I select an image system, I get the following error:

Your CPU does not support required features (VT-x or SVM).

So I enabled the Enable VT-x/AMD option in my machine settings, then rebooted my computer, but the problem is still there.

My Virtualization Technology is enabled. My processor is: Intel Core i5 8300H @ 2.30GHz. My OS is: Windows 11

Rohit Gupta
  • 5,096
ImEmo
  • 13

1 Answers1

0

As you are trying to run an Android emulator within a VirtualBox you have to enable VT-X/AMD-V at two places:

  1. In your physical PC system BIOS (not the BIOS of the VM): check your PC mainboard documentation
  2. In the VirtualBox VM settings you need to enable the option Enable Nested VT-x/AMD-V (can be found in System settings of the VM -> Processor tab).

enter image description here

Robert
  • 8,055