Hello,
I recently tried to setup android studio in a hvm and wanted to try to emulate a device to test something
but there was an error message that is not possible due to a lack of hardware virutalization acceleration
Here the error message
—start—
Your CPU does not support required features (VT-x or SVM).
Unfortunately, your computer does not support hardware accelerated virtualization.
Here are some of your options:
- Use a physical device for testing
- Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX
- Develop on a Linux computer that supports VT-x or SVM
- Use an Android Virtual Device based on an ARM system image
(This is 10x slower than hardware accelerated virtualization)
—end—
now my questions would be:
Is there a possablity to use hardware virutalization acceleration inside a hvm?
and if yes is this safe or a risk?