android-我的应用程序图标未在某些设备上显示

android-我的应用程序图标未在某些设备上显示,第1张

概述我刚刚在Play商店上发布了我的应用程序,但我注意到某些三星设备未显示我的应用程序图标,它们声明了androidstudio的默认图标.你知道什么会导致这种情况吗?我糊涂了<applicationandroid:name=".MyApp"android:allowBackup="true"android:icon="@mipmap/ic_launcher"android:

我刚刚在Play商店上发布了我的应用程序,但我注意到某些三星设备未显示我的应用程序图标,它们声明了android studio的默认图标.你知道什么会导致这种情况吗?我糊涂了

<application androID:name=".MyApp"androID:allowBackup="true"androID:icon="@mipmap/ic_launcher" androID:roundIcon="@mipmap/ic_launcher_round"androID:label="@string/app_name" androID:theme="@style/Apptheme"> .... </application>  

解决方法:

尝试这个;

file -> New -> Image Asset -> Launcher Icons (Adaptive and Legacy)

欲获得更多信息;
https://proandroiddev.com/android-adaptive-icons-are-easier-than-you-think-3c66be2dd4dd

https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive

总结

以上是内存溢出为你收集整理的android-我的应用程序图标未在某些设备上显示全部内容,希望文章能够帮你解决android-我的应用程序图标未在某些设备上显示所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://www.54852.com/web/1081698.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-27
下一篇2022-05-27

发表评论

登录后才能评论

评论列表(0条)

    保存