我在 4 个文件夹中放置了一个新的启动图标,并为 4 种不同的分辨率将其命名为 ic_launcher.png,我的清单中有这个:
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
>
但是当我运行该应用程序时,我仍然会显示默认的启动图标。还有什么我必须做的事情我忘记了吗?
谢谢!