Can't delete virtual device from Eclipse, android

前端 未结 6 1188
面向向阳花
面向向阳花 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条回答
  •  萌比男神i
    2020-12-12 11:41

    In the /home/.android/[your device].avd folder sometimes are left behind *.lock files. This can be because of unexpected emulator termination. AVDM doesn't deal with this. Deleting manually a device folder or overriding it solves the problem.

    Before trying to delete a virtual device in AVDM. Remove all *.lock files from the corresponding /home/.android/[your device].avd fodlers. You will then be able to delete without the 'device XXX is currently running' popup.

提交回复
热议问题