删除白色背景并拥有全尺寸应用程序图标?

Removing the white background and having a full size app icon?

我正在完成我的应用程序以及设置应用程序图标的内容。但是,我每次都失败并尝试了很多应用程序图标生成器......我的应用程序图标是 3000x3000 并且没有背景。每当我尝试生成我的应用程序图标时,我都会 select sharpe none。结果总是一样的(你可以在下面找到一个屏幕)。

如何让我的应用程序图标像 Google 地图图标或时钟图标一样? 我想让我的蜜蜂居中,背景应该根据图标的形状进行切割。

这是我用过的网站,例如:https://romannurik.github.io/AndroidAssetStudio/icons-generic.html

我的 AndroidManifest.xml 也使用了正确的图标:

<application
  ..
  android:label="@string/app_name"
  android:icon="@mipmap/ic_launcher"

这是最近有人问的,答案是它与 Android 8.0 的新自适应图标有关 您必须创建自己的自适应图标,有关说明,请参阅 https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive
顺便说一句,3000 x 3000 的图标太疯狂了,没有理由。旧版图标应为 48dp x 48dp,因此最高分辨率应为 192px x 192px。

我认为问题出在您的 phone;看到 gmail 图标,它也有相同的白色背景: see what they say about that here

3000x3000 很大。

我认为 this 可能有帮助!