android - 当我的 friend 下载我的应用程序时,我的应用程序没有 Logo

标签 android android-studio google-play icons

我最近创建了一个 Android 应用程序,并将其放在 Play 商店中。
我为这个应用程序创建了一个图标,我把它放在 android 代码和 play 商店的信息表上,但最近我的 friend 告诉我,当他们下载我的应用程序时,它没有 Logo 。 他们有绿色的安卓标志。

这是我将 Logo 添加到应用程序的方法。

在 AndroidManifest.xml 中: 我添加了“应用程序”标记:

android:roundIcon="@drawable/logo_qui_a_soif_blanc"`

我还将我的 Logo 添加到我的“Drawable”文件并右键单击“res”文件夹,然后单击“新建”和“图像 Assets ”,然后在此处添加我的图像。

我是不是漏掉了什么?

最佳答案

确保 list 中有 android:icon="@drawable/logo" 以及 android:roundIcon="@drawable/logo"

关于android - 当我的 friend 下载我的应用程序时,我的应用程序没有 Logo ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57786064/

相关文章:

java - 防止 ProGuard 混淆类成员名称

Android:如何知道应用程序是否可以启动

java - 显示错误\. java.lang.NullPointerException : Attempt to invoke interface method 'java.lang.Object java.util.List.get(int)' on a null object reference

java - 类 RecyclerViewAdapter 中的构造函数 RecyclerViewAdapter 无法应用于给定类型

android - 在 Release模式下 flutter 构建 appbundle

android - Play 商店中的广告部分为空

android - Xamarin 运行时 "plugins"或脚本

android - 在 Android 中获取 Gallery 文件夹的路径

android-studio - 右键单击项目浏览器时,Android Studio卡住

android - 为什么当我输入确切名称时,我的应用程序在 Play 商店中的排名如此之低?