我想要更改启动器图标,但不会更改它。我按照其他SO帖子中的说明进行操作。
我的代码有什么问题?提前致谢。
这是清单:
application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
Run Code Online (Sandbox Code Playgroud)