我在更改Android应用的图标方面遇到了困难。我遵循了指示:
1.Right click on the project
2.Select New -> Image Asset
3.Select 'Asset Type' as Image
4.Select Path of and .png image
5.Optional: padding, trimming etc.
6.Next and Finish
这改变了minmap/ic_launcher.png
内容中的图标,但是,这不会更改minmap/ic_launcher_round.png
文件夹内容。这会导致,如果Android系统配置为显示圆形图标,则会在此文件夹中显示图标:minmap/ic_launcher_round.png
。但我找不到改变该特定文件夹内容的方法。
我试图在路径中选择圆形图像,但仍然无效。
如果我设置我的Android手机将应用启动器图标显示为方形,我会看到所需的图标,但是,如果它被更改为圆形,那么我看不到我想要的图标。
请指导如何更改圆形ic_launchers。
答案 0 :(得分:14)
最新的Android Studio会为您生成圆形图标:右键单击res
文件夹,选择图像资源:
有关更详细的演练(https://dev.to/_s_farias/how-to-create-adaptive-icons-for-android-using-android-studio-459h的信用证),请参阅@Guillaume Raymond。
答案 1 :(得分:6)
您可以尝试继续AnroidManifest.xml
并更改路径
android:roundIcon="@mipmap/ic_launcher_round"
到
android:roundIcon="@mipmap/ic_launcher"
答案 2 :(得分:0)
使用25种api编译并使用“仅旧版”