Can't delete virtual device from Eclipse, android

前端 未结 6 1198
面向向阳花
面向向阳花 2020-12-12 11:13

I have multiple virtual devices, some of them can\'t be deleted.

Error message is

The android virtual device XXX is currently running in an e

6条回答
  •  感动是毒
    2020-12-12 11:52

    In Linux/*nix and OSX:

    1. Find the .android folder in your $HOME directory.
    2. In .android there should be a avd folder
    3. In the avd folder should be one or multiple .ini file and a corresponding *.avd virtual device folder.
    4. Delete both the .ini file and the .avd folder you want to get rid of.
    5. Return to the Android sdk and AVD manager.

    I hope this helps...

提交回复
热议问题