Use AndroidStudio in AMD processor to run and debug an app

2

Good evening.

Today I installed Android Studio and I'm testing my first app. I followed the steps of a tutorial, and everything is going well. However at the time of running my application to debug it Android Studio throws me the error that the emulator can not be executed because I do not have VT Virtualization Technology enabled, present only in Intel processors.

Is there any way to run my app on my PC with AMD? FX 6300 Supports virtualization.

Thank you very much.

    
asked by Miguel Avendaño 07.04.2016 в 05:41
source

1 answer

0

In many cases virtualization is disabled by factory, you just have to activate it in your processor.

Turn on the laptop press f2 or f1 to enter the bios look for a features or CPU menu must have a VT-Virtualization option Set it to ENABLE or ACTIVATE Press F10 or save changes and exit And you should be able to virtualize your Android OS

Recommendation; you can run your application on your cell phone if you have android phone, you just have to activate the debug usb or developer mode. It is different in each phone, you can search it in google. It will save you a lot of execution time in the android studio virtual machine.

Greetings!

    
answered by 07.04.2016 / 08:31
source