Application icon not transferred to Android device - android

I want to deploy my application with Android 2.1 features. I placed an application icon in PNG format in the drawable-ldpi,and drawable-hdpi folders. When I installed to the device, it is not showing the application icon on the home screen of the device.
Please help me how to solve this issue?

I ran into a problem like this before.
My app wasn't changing name and icon, even with everything changed in manifest and icons in drawable folders.
It seems like it had some sort of cache, which installed the same old config (although coding was changing).
Restarting the phone solved my problem.

Related

Adaptive ic_launcher foreground resizes in Android Studio but not on development device

I'm attempting to create a custom ic_launcher for the Android app currently in development.
After going through the Asset Studio process in Android Studio, the expected output is produced.
For example, when viewing res/mipmap/ic_launcher_round, the following has been produced. As you can see, the foreground (originally 512x512px) has been scaled according to how it was set in the Android Studio process. The background is also visible.
Desired Output
The issue is how it appears on the development device. I have absolutely no idea what is going on.
Actual Output
I'm confused as to why the development device is showing something different to Android Studio and why the development device is showing the unscaled version..
P.s. the background color and foreground icon are simply for testing purposes - this is not the actual app icon :)
I'm really shocked as to what is happening and have scoured the internet for answers but to no avail

App icon does not appear on upgrade under Settings>Printing

We are working on Print service(plugin) related application, we have a production version which is available on Google Play. We planned to release an updated version of this app with the new app icon(launcher icon). We replaced existing res/drawable/ic_launcher.png with a newer icon with a different name like res/drawable/ic_new_launcher.png. So to see the updated new logo, We have to navigate Android Device setting -> Printing. It is showing me the Android logo instead of Our app logo.
We can see app icon only if we restart device & coming back to Printing service screen under device setting.
We tried to move ic_new_launcher.png from drawable to mipmap but still facing the same issue.
Issue observed on Samsung Galaxy S8 plus(7.0 Nougat) & LG G6(7.0 Nougat). Not sure this issue resides on other device models & OS version.
Note: *App logo is showing perfectly if we install freshly
Attached Image for reference
Please let me know If any other information required.
Add your launcher icon in all below res folder i hope its help
1)mipmap-hdpi
2)mipmap-mdpi
3)mipmap-xhdpi
4)mipmap-xxhdpi
5)mipmap-xxxhdpi

App icon is not shown in android device

I have developed a game for android device using LibGDX. When I test the app in actual devices the app get installs properly and the app icon is shown in the apps.
When I tried in a device Redmi from xiaomi, a default green robot icon was shown instead of the app's icon. I have even removed the ic_launcher.png from the drawable* folders, the issue still existed. Could you please explain / assist me to resolve this ?

Android App Icon not showing correctly on actionbar of different phones

Hi i have a problem with my app icon. The icon is displayed correctly on the actionBar of the Emulator but for some reasons it doesn't display normally on my device. Unfortunately I don't have another device models for testing.
Screenshots are attched below
To change the app icon I just changed the drawable on the manifest, is this correct ?
<activity
android:name="--ActivityName--"
android:icon="#drawable/navbarlogo"/>
EDIT:
I tried the app on different android version (Emulator). the result is good but not on the physical phone.
Can it be related to the ROM ? On the phone I have the MIUI ROM.
Checkout the size of your icon image. It should be small in size.

Background image in the simulator but not in the app from the play store

I have strange problem: I uploaded my first Android app to the play store today and a friend of mine who uses the Samsung Galaxy Nexus ( http://en.wikipedia.org/wiki/Galaxy_Nexus ) just downloaded it but on the main screen there does not appear the background image I set in the app. However, testing the app in the simulator (with same device simulated) works, i.e. the background image is shown properly and everything works as wished.
How is that possible? Is there an inconsistency between the simulator and the corresponding real device? Even if so, this would be extremely bad...
I would suggest you to install the .apk, that you exported with your keystore and published on Google play on the simulator to verify.
If the background image is still missing then you might double check the res/drawable folders to find your background image. Do clean the project as well.

Categories

Resources