Android application name and icon doesn't chan

2020-02-12 03:00发布

Problem : In the latest update of my Android application, the application name and logo have changed. However, when users update the application, the name and icon don't change until the phone is rebooted.

Questions : Is there anything I could do to enforce the change immediately? Or should I inform users somehow that a reboot is necessary? Or can I somehow force a reboot? Any other ideas?

标签: android
5条回答
相关推荐>>
2楼-- · 2020-02-12 03:14

I don't know if this works in the users but, I face this problem with the emulator. My solution is renaming the ic_launcher.png to something ic_launcher2.png. Since it automatically updates references, it is pretty fast.

查看更多
等我变得足够好
3楼-- · 2020-02-12 03:18

I resolve this issue by change the language to a differed one and back , this is working every time

查看更多
The star\"
4楼-- · 2020-02-12 03:25

The icon is stored in cache, so the only ways to refresh it are to reboot the phone or to clean app cache then update.

查看更多
女痞
5楼-- · 2020-02-12 03:28

I resolve this issue by change the language to a differed one and back , this is working every time for me

Adrian Sankton

查看更多
够拽才男人
6楼-- · 2020-02-12 03:33

You need to restart your launcher in order to refresh the icon and name. For this, you may go to Settings -> Applications -> Your-Installed-Launcher -> Force stop. Once you land on home screen, your launcher will kick-in and refresh everything itself

查看更多
登录 后发表回答