Questions tagged [appicon]
137 questions
0
votes
1 answer
App launcher icon issue while building the app
> A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
> Android resource compilation failed
ERROR:AAPT: C:\Users\Prejith T…
0
votes
1 answer
The original icon of an android app is not showing, showing default apk green logo in live app
The original icon of an android app is not showing, showing default apk green logo in live app
my app status is in production and visible in play store, after install app from play store the original icon of an android app is not showing, showing…
0
votes
0 answers
What is the difference between ICNS and Asset.xcases/AppIcon?
Is there a difference between adding one icns file to app resources:
CFBundleIconFile
photosurface.icns
and adding multiple png files with Asset.xcases/AppIcon folder?
I tried to add separate icons…

Alexey Starinsky
- 3,699
- 3
- 21
- 57
0
votes
2 answers
Android app icon / ic_launch icon has white padding
Generated an app icon using
https://appicon.co/
Ive used this before for other apps and its working great but this time my app icon has white padding on android OS, , any idea why ?
Im using react native & already added assets to android native…

Nabeel Zanabeet
- 21
- 2
0
votes
0 answers
How can I change App's Icon dynamically in Android native
Using activity-alias or shortcut can change app icon. If use activity-alias way,need to create multiple alias ,If use shortcut, app need two uses-permission
Can I change icon like calendar app ? is there any way

Mohanapriya
- 19
- 3
0
votes
1 answer
Flutter how to change app icon that generated using very_good cli (Very Good Venture)
I have generated my Flutter app using very_good_cli.
I'm using flutter_launcher_icon to change the default app icon.
I make sure that the old icon does not exist in the project, but still, the very_good_cli icon appears after reinstalling the…

genericUser
- 4,417
- 1
- 28
- 73
0
votes
0 answers
Change Android App Icon and App Name programmatically without adding them in bundle source code?
I am building an android application in android studio. I want to change the application launcher icon and name after the application gets installed.
Here comes the challenging part the icon and name information will be coming from webServer. So we…

Hitesh Matnani
- 533
- 2
- 8
- 26
0
votes
1 answer
Unable to add App icon to my Flutter application using Flutter_launcher_icons package
I'm using flutter_launcher_icons package for changing my Flutter app icon but I'm unable to do so. The following error is getting thrown

Hira
- 13
- 5
0
votes
1 answer
I am setting Flutter launcher icon using flutter_launcher_icons: ^0.9.2 but when I run command it shows error NoConfigFoundException
PS F:\Hitesh\Orhan\Flutter\Arfic\arificapp> flutter pub get
Running "flutter pub get" in arificapp... 4.7s
PS F:\Hitesh\Orhan\Flutter\Arfic\arificapp> flutter pub run flutter_launcher_icons:main
…
0
votes
0 answers
How does Calendar app displays current date inside Calendar icon?
The calendar icon change every time according to the current date, How does this be done?

abdul
- 123
- 3
- 15
0
votes
2 answers
App Icon not appearing on device with TestFlight installed app iOS 15
I have noticed on iOS 15, when I install an app from TestFlight, my app icon is not appearing on the device. Only placeholder for app icon appears on physical device.
All app icon assets for every resolution are correctly added to Assets. The app…

alionthego
- 8,508
- 9
- 52
- 125
0
votes
1 answer
How to access the app icon the right way on Flutter?
I want to use the app icon of my app inside of my app with Flutter. Hope there is a better way than putting the app icon inside the assets folder.

MLZ
- 33
- 5
0
votes
2 answers
Use image file from "Assets.xcassets" for changing iOS app icon programmatically
I'm trying to develop Icon Changing feature and I was going to use images from Assets.xcassets as app icon image.
I tried changing app icon using setAlternateIconName(_:completionHandler:) after adding CFBundleAlternateIcons data to info.plist
But…

Dan Choi
- 83
- 2
- 8
0
votes
1 answer
Flutter - Can not change app icon programmatically using CFBundleAlternateIcons
I've been trying to change my app icon using CFBundleAlternateIcons, but nothing happens.
I'm actually using a plugin for the Flutter SDK - flutter_dynamic_icon, when I change the icon using the plugin, it show a popup says 'You have changed the…

chuanpham
- 112
- 1
- 9
0
votes
1 answer
Enabled system app's launcher activity. still app icon is not displayed after OS upgrade
Initial version of my application had no launcher activity, Enabled it for the next release, but i am not seeing app icon after OS upgrade.

Shwetha K S
- 54
- 3