Android Webapp with Kotlin in Android Studio – Virtual Device can´t start

If you develop an android app, you can test your app on a virtual device. Therefore you can create a new virtual device in android studio in the settings AVD manager. In this manager you can create and start virtual devices. If you start a virtualization for the first time on your pc, you get the error message “Could not star AVD”. This happens because the bios setting VTx is disabled by default.
1 answer

Solution:
1. Turn ON the System.
2. Press F2 key at startup BIOS Setup.
3. Press the right arrow key to advanced tab, Select Virtualization Technology and then press the Enter key.
4. Select Enabled and press the Enter key.
5. Press the F10 key and select yes and press the Enter key to save changes and Reboot into Windows.

Comments

I like you solution, but keep in mind that not all BIOS start with F2.

Markus Hegedüs - Mon, 12/14/2020 - 16:17 :::