Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Delete AVD from AVD Manager in Android Studio

I am running Android Studio on OS X Yosemite. I am trying to simply delete an AVD from Android Studio AVD Manager. Every time I attempt to delete it I get the message "The selected AVD is currently running in the Emulator. Please exit the emulator instance and try deleting again." The problem is that the emulator is NOT running. I even closed down all the studio and rebooted the computer. It still says the same thing. Anybody seen this before? I would really like to remove the AVD.

Thanks in Advance!

like image 275
Rob Avatar asked Nov 18 '14 23:11

Rob


People also ask

How do I get rid of AVD?

From the Virtual tab of the Device Manager, you can perform the following operations on an existing AVD: To edit an AVD, click Edit this AVD and make your changes. To delete an AVD, click Menu and select Delete.

Why my AVD is not working?

In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization. 3) Restart Android Studio and then try to start the AVD again.


1 Answers

Search for *.lock folders under .android folder and delete those. This should tell Android studio that the AVD is not running.

like image 98
StoneBird Avatar answered Oct 09 '22 04:10

StoneBird