我按照以下路径向我的应用程序添加了一个新的启动器图标。
Res> new > Immage Asset
和 AndroidManifest.xml 看起来像这样:
<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">
我想创建一个圆形标志,但我的手机有一个方形标志,但模拟器上是一个圆圈。这是什么原因造成的?(我手机上所有应用的logo也是方形的)