【发布时间】:2016-11-11 00:41:54
【问题描述】:
我通过复制从https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html 生成的“res”文件夹更改了 android 应用程序的图标
但最近我将我的 android studio 更新为 2.2 preview 4 。当我按照上面提到的相同程序更改应用程序图标时,图标并没有改变它仍然是默认的 android 图标的方式
我试过的东西是
- 在 res 文件夹中搜索 ic_launcher.png 并确保除了我制作的自定义文件之外没有其他文件。
- 重新启动项目。
【问题讨论】:
-
您的一个可绘制文件夹有旧的 ic_launcher 图像......
标签: android android-manifest android-studio-2.2