Android中如何设置应用程序的启动图标?
<application
android:name=".BaseApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher" //在这里
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/BaseAppTheme">
楼上+1
2 回答1.5k 阅读✓ 已解决
2 回答1.9k 阅读
3 回答653 阅读✓ 已解决
1 回答2.2k 阅读
1 回答894 阅读✓ 已解决
1 回答1.4k 阅读
1 回答590 阅读✓ 已解决
AndroidManifest里面设置icon属性就可以了