
我刚刚在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-我的应用程序图标未在某些设备上显示所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)