问题描述
我正在OS X Yosemite上运行Android Studio.我试图从Android Studio AVD管理器中删除AVD.每次尝试删除它时,都会收到消息所选的AVD当前正在仿真器中运行.请退出仿真器实例,然后尝试再次删除."问题是仿真器未运行.我什至关掉了所有工作室,然后重启了计算机.它仍然说同样的话.有人看过吗?我真的很想删除AVD.
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.
预先感谢!
推荐答案
在.android
文件夹下搜索*.lock
文件夹并将其删除.这应该告诉Android Studio AVD没有运行.
Search for *.lock
folders under .android
folder and delete those. This should tell Android studio that the AVD is not running.
这篇关于无法从Android Studio中的AVD Manager删除AVD的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!