Reputation: 11
I selected Oreo 8.0 as Android virtual device release name. Now I want to delete that release version and download another. How do I delete Oreo 8.0?
Also this is my first question here. :)
Upvotes: 1
Views: 2768
Reputation: 1145
If you want to delete Virtual Device, delete it in C:\Users\"Username"\.android\avd
directory. If you want to delete android 8.0 system image, Go to SDK Manager from settings or android studio toolbar and then select or unselect android versions as you want.
Upvotes: 1
Reputation: 101
Tools > AVD Manager > click on the triangle > Delete or open File Explorer and folow this path:
C:\Users\Your Name\.android\avd\
Delete the folder of that device.
Upvotes: 4
Reputation: 11
it simple, just right-click an AVD and select Delete. Or click Menu and select Delete.
Upvotes: 1