Question Asker
Question Asker

Reputation: 11

How to delete android virtual device release version, in android studio?

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

Answers (3)

Samir Alakbarov
Samir Alakbarov

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

Dep1111
Dep1111

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

Anthony Kiparon
Anthony Kiparon

Reputation: 11

it simple, just right-click an AVD and select Delete. Or click Menu and select Delete.

Upvotes: 1

Related Questions