Android studio 'Clipart' option not showing anything on clicking
Asked Answered
D

2

8

I need to use clipart in vector asset and image asset option in drawable folder but when I click on clipart to choose different images it does not do anything . It just shows a blue boundary around the last clipart which I used (Screenshot of it is in the below link).I am using android for a long time but this didn't happen before. If anyone had this issue before and know how to solve it please do share how.

Link of the image - https://i.sstatic.net/V75oy.png

Disorderly answered 6/3, 2021 at 11:48 Comment(2)
Did you try to invalidate caches and restart?Machiavellian
Yes, I did. It didn't work either. Do you know some other method to solve it?Disorderly
A
11

Deleting or renaming icons folder in sdk folder works for me (default folder is located in %username%/AppData/Local/Android/Sdk/icons as Ken's Answer above).

Abduct answered 3/1, 2023 at 2:40 Comment(3)
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From ReviewBegga
Thank you this works! In MacOS the folder is '~.Library/Android/sdk/icons'Grimmett
Just to add - the location of SDK can be found in settings -> language and frameworks -> Android SDKPuerility
L
0

I've spent approx. 6 hours for reinstalling Android Studio, deleting gradle files, and trying older versions of Android Studio. But none of them hasn't worked. Finally, I found the solution: the error isn't in Android Studio but in SDK.

  • Delete All your SDK files and download them again. This will help :)
Lollapalooza answered 4/2, 2022 at 20:19 Comment(1)
All you have to do is rename or delete the icons folder. In Windows it's AppData/Local/Android/Sdk/icons. Afterwards, re-launch Studio, try the clip art button again and it should be working again.Ciborium

© 2022 - 2024 — McMap. All rights reserved.