Questions tagged [android-asset-studio]
13 questions
5
votes
1 answer
Why does adaptive-icon generated by Android Studio crop images so much to make unusable?
I used Android Studio's Asset Studio to generate TV banners:
Everything looks great in Asset Studio, but the generated adaptive-icon crops the image so much that it is unusable:
Here is what it looks like on Android TV:
Could anyone shed some…

Hong
- 17,643
- 21
- 81
- 142
5
votes
4 answers
Problem with anydpi-v26 when creating launcher icon in Image Asset Studio
When creating an launcher icon (Adaptive and Legacy) in a Image Asset Studio with a Clip Art, images are created in the mipmap folder:
But for anydpi-v26, the standard icon for the foreground does not change, although the background color has…

alexrnov
- 2,346
- 3
- 18
- 34
3
votes
2 answers
why the image for notification icon generated using Android Asset Studio is completely white?
so I want to make icon for push notification. say for example I want to use the android image below as notification icon
https://p7.hiclipart.com/preview/135/689/279/android-computer-icons-logo-android.jpg
so I try to make it using Android asset…

Alexa289
- 8,089
- 10
- 74
- 178
3
votes
3 answers
android studio 3.5 image asset launcher icon (legacy only) shape none not working
Just updated my android studio to 3.5 tried to import an image using asset studio.
Selected-
icon type : Launcher icons (Legacy only)
name : test_icon
asset type: image
path: path of image having transparent background
trim : no
background :…

rajesh vaishnav
- 31
- 1
- 3
1
vote
1 answer
Why and how to generate the ic_launcher.webp icons inside mipmap folder
Android Studio used to generate PNG files for the launcher icons but with the last version, when you create a new project, the default launcher icons inside the mipmap folders are in WEBP format.
I tried to find anything about it but this change is…

alexmro
- 563
- 4
- 16
1
vote
1 answer
Why is the clip art image distorted in Asset Studio?
I don't really understand why this is the case, but for some reason it is not possible to add resources with asset studio without them being in this weird shape:
image of issue in Asset Studio
Am I missing the point, I cannot really see an intention…

aurelius adrian
- 13
- 4
0
votes
1 answer
Android resource linking failed - How to solve it?
I recently changed the icon of my app. When I run the app using USB debugging on my phone, everything is fine, the app compiles and the icon is as it should be. But as soon as I try to generate a signed APK, the compilation ends with this error:
A…

Adam
- 186
- 1
- 4
- 20
0
votes
1 answer
Is there a way to change the directory to which the Android Asset Studio saves resources?
Every time I use the Android Asset Studio to add a new vector drawable to my localized app, the drawable gets saved to the res-localizable/drawable folder and I need to go in there and manually change it to res/drawable.
It's a pain to always have…

mp19975558
- 21
- 3
0
votes
1 answer
How can I launch Image Asset Studio (Android SDK commandline tools) from the command line?
I am trying to run Image Asset Studio from the Android SDK and am encountering an error I cannot solve.
To give a little bit of background, I am presently limited by an ageing laptop (AMD A4-5000, 8 GB RAM, 1 TB hybrid disk [256 MB? SSD]) and,…

Noscere
- 417
- 3
- 8
0
votes
1 answer
How can I load & re-edit previously created icon files in asset studio of android studio which was created by asset studio?
I have created an icon with asset studio of android studio and some corresponding files were created.
How can I reload those files of that icon in asset studio and re-edit them?

Rawnak Yazdani
- 1,333
- 2
- 12
- 23
0
votes
1 answer
How to create a multi-colored action bar icon with Asset Studio
When I create an action bar icon from an image asset in Asset Studio, the icon is always of only one color even if the original image is multi-colored.
I have found in another post that icons are defined by Android to use only one color but
Android…

yaugenka
- 2,602
- 2
- 22
- 41
0
votes
1 answer
android studio asset studio not able to create image for Arabic image
I need to create an image for drawable-ar-xxxhdpi,drawable-ar-xxhdpi,
drawable-ar-xhdpi, drawable-ar-hdpi
How to do this in Asset Studio

Midhilaj M
- 11
- 2
-3
votes
1 answer
What "Icon Type" should I choose for normal images to be used in an Android app? How should I add these as ImageViews?
I want the images to be as they are, without any changes. I'm trying to add some images provided by Android Studio by default (Asset Type: Clip Art).
The images will be used as ImageViews in the app's main screen and nowhere else. It won't be used…

The Amateur Coder
- 789
- 3
- 11
- 33