155

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

Chathuranga Chandrasekara
  • 20,548
  • 30
  • 97
  • 138
You.Brighton
  • 1,958
  • 2
  • 15
  • 22

8 Answers8

334
  • 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.

medavox
  • 175
  • 2
  • 11
Henley n
  • 3,593
  • 2
  • 10
  • 13
  • 66
    This should be marked as the correct answer, as it is the built-in way to manage the AVD images. – DanielH May 24 '18 at 08:28
  • 26
    This should be the right answer. Let Android Studio SDK Manager handle the system image deletion instead of manually deleting system folders. It's the safe option and guaranteed to work. I recovered 50+ GB of disk space using this approach immediately on an iMac. – BenJaminSila May 30 '18 at 05:41
  • 12
    In version 3.5.3 `File` -> `Settings` -> `Appearance & Behavior` -> `System Settings` -> `Android SDK` – colin Dec 13 '19 at 02:07
  • 3
    Tools > SDK Manager in 3.6.3 – Jonny May 26 '20 at 12:52
  • 3
    Thanks, this is the correct way to do it, not from the terminal. – Toufic Batache Mar 27 '21 at 09:35
74

After selecting show hidden files option from windows explorer, go to the location where Android SDK is installed. Then open system-images folder. You will see a folder named as the api level same as jelly bean. Just remove that folder.

Nilesh Sanyal
  • 836
  • 6
  • 10
28

This is hidden now. to not delete your SDK along with the image. you need to

  1. Tools->SDK manager
  2. Select show package details,
  3. then select the relevant system image only, leaving in your sdk

enter image description here

ir2pid
  • 5,604
  • 12
  • 63
  • 107
18

For Mac users:

rm -r ~/Library/Android/sdk/system-images/android-XX
Kilian Obermeier
  • 6,678
  • 4
  • 38
  • 50
  • Thank you. From above suggestion, I just select image in folder by: `open Library/Android/sdk/system-images/` then delete desired image. – wanjijul Jul 30 '18 at 02:28
3

The Process is relatively simple and is as follows:

  1. Select the image from Android SDK Manager
  2. Remove the unnecessary system image by selecting the image and then clicking Delete package.
  3. Install your image of choice.
Cijo
  • 2,726
  • 1
  • 14
  • 24
3

File -> Settings-> SDK
1. Check 'Show Package Details'
2. Uncheck the System Image you want to Delete
3. Click 'OK' and will Delete ARM Images.

enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Tseh
  • 31
  • 1
1

For Mac users is the same path Users > YourUserName > Library > Android > sdk > system-images

Stefan
  • 627
  • 6
  • 19
0

For Android Studio Giraffe, using the new Android Studio ui

  1. Go to Preferences -> Languages & Frameworks -> Android SDK
  2. Tick Show package details in the bottom right.
  3. Untick the version(s) of Android you want to uninstall and click Ok.

enter image description here

byaruhaf
  • 4,128
  • 2
  • 32
  • 50