• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android studio cannot use AVD simulation

I have just downloaded Android studio IDE and am learning how to develop my first app. I want to be able to simulate my app on Android virtual device (AVD) , however, I am having little to no luck getting AVD to work. I have seen many simmilar threads and forums , tried some things but with no luck again.

Whatever I do regarding to AVD, it says that I must enable the VT-x setting in my bios which I have done! ( See the image that I have uploaded of my bios settings).

However, the issue about enabling the VT-X still persists.. Am I missing something else?
upload_2021-4-30_9-14-12.png



I am also adding SDK tools image:
upload_2021-4-30_9-15-17.png


Hoping to get any advice. Thanks in advance.
 

Attachments

  • 179491632_227327509190489_6026338327789691244_n.jpg
    179491632_227327509190489_6026338327789691244_n.jpg
    47.2 KB · Views: 146
VT-d isn't the same as VT-x.

As I understand it, VT-d allows for the pass-through of hardware devices to a virtual machine, while VT-x actually enables the hardware-accelerated virtualization support.

You need to make sure that VT-x is also supported and enabled, not just VT-d.
 
Back
Top Bottom