I have created an android app. For past 1 month the android app icon that shows on menu of android mobile was fine, but don't know why the app icon shown on menu of the mobile is black (no icon was shown). The app name is being shown but app icon is not shown.
The below shown screen shots are my Manifest file code and structure of my app icons in mipmap folder.
Why was my app icon not visible ?
Thank you in advance
You can try out following :
1) Check for your all icons are proper and same in all dimensions that is hdpi ,xhdpi etc.
2) Uninstall your app and then again install it
3) Change all your icons with some other icons and then check is it showing proper icon or issue is still there.
Related
I am using the 'flutter_local_notification' plugin. When I installed the app on one phone, the push notification default icon is being shown properly but when I installed the app on another android phone, the notification image is not shown instead a grey circle is shown in its place while the text and big image are shown properly.
I am using a png image present in 'mipmap' dir in the res folder.
Kindly help me to resolve this issue:)
Successfully solved this bottleneck by making my icon white in color with transparent background
I am develop a simple a welcome android app of one signal notification ..one signal notification shows a bell icon but i want to replace that bell icon and show that my app icon ....so please guide for this
Answer- Android: OneSignal how to change Notification bill icon with custom icon or app icon?
You need to create an icon named ic_stat_onesignal_default in your drawable directory which will be shown instead of OneSignal's default bell icon. It is recommended to use the Android Asset Studio to create the correct sizes and to make sure it will look correct before trying it on your device.
Note the app icon should no longer be used as a small notification icon as in Android 5.0 Lollipop the icon's alpha will only be used. Most app icons will just be a white squire or circle in this case.
See OneSignal's documentation page below for more details. https://documentation.onesignal.com/docs/customize-notification-icons
I've added a custom launcher (adaptive and legacy) icon by building it in Image Asset Studio, but cannot figure out how to change the "running apps" view icon. New projects have the green icon, while the app I created a custom launcher now has a blue icon (which is not the custom icon I built) in the running apps view. How is this icon changed?
This appears to be an emulator problem. I tested on a physical device and the blue icon was replaced with my custom icon. For those in the future that have built an icon with Image Asset Studio and are running into this problem, either test again on a physical device or create a new AVD.
Once I changed an icon of my app by right clicking on res folder and going to New>Image asset, app started to crash on my Android 6.0 device. Then I watched a video that says that the 1st option "Launcher icon (Adaptive and Legacy)" is for Android 8.0 and I didn't understand what he said. And he said that "Launcher icon (Legacy only)" is for Android 7.1.1 and below. So, then I thought that the problem was that I used "Launcher icon (Adaptive and Legacy)" and my device is Android 6.0. Fortunately, I had backed up "mipmap" folders of default icon. But once I changed to default icon, my app is still crashing. Where a problem could be?
I made an image in photoshop for my application, but when I go to add a new Image Asset, the icon is black. Here is an example
In the previous version from Android Studio launcher icons had the real color. Is it a bug?
It could be the format of the image, have you looked at the Android Api and made sure it meets the specs?