Android Studio running on VMware virtual machine: KVM is not installed

前端 未结 6 439
名媛妹妹
名媛妹妹 2020-12-31 08:08

I\'m running Android Studio on a Ubuntu VMWare virtual machine. The problem is that when I try to run an app with the AVD emulator I get the following errors in the console:

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 09:11

    I faced the same problem. I searched and I found the solution it works with me now:

    In VMware:

    1. Open Virtual machine setting.
    2. Go to the processor.
    3. Check the virtualize Intel VT-x/EPT or AMD-RVI option.
    4. Click ok and run the Virtual machine, it should work fine with you.

    Hope that works with you.

    This link HW virtualization in VMware (KVM - Android Studio) helped me to find the solution.

提交回复
热议问题