Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove an image-system for avd file in Android Studio?

enter image description here

enter image description here

I want to remove the api 16 of jelly bean but there is not remove button how can I do that. image file is very big size file so I need don't many system image file

like image 915
You.Brighton Avatar asked Oct 19 '22 18:10

You.Brighton


People also ask

Can I delete system images?

Deleting a system image In Android Studio, open the SDK Manager from “Tools” → “SDK Manager”. Click “Apply” (or “OK”), then “OK” in the dialog that comes up. The dialog helpfully tells you how much disk space you'll be saving.

How do I completely remove a virtual device from Android Studio?

From the Virtual tab of the Device Manager, you can perform the following operations on an existing AVD: To edit an AVD, click Edit this AVD and make your changes. To delete an AVD, click Menu and select Delete.

Where are AVD system images stored?

By default, the android tool creates the AVD directory inside ~/. android/avd/ (on Linux/Mac), C:\Documents and Settings\<user>\.


1 Answers

  • Go to Preferences / Appearance & Behaviour / System Settings / Android SDK

  • Tick Show package details in the bottom right.

  • Untick the version(s) of Android you want to uninstall and click Ok.

like image 296
Henley n Avatar answered Oct 22 '22 08:10

Henley n