画像を更新しました。丸いアイコンと正方形のアイコンの両方が完全に機能しますが、最近のアプリケーションではデフォルトのアプリ アイコンが表示されています。
Manifest.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:hardwareAccelerated="true"
android:logo="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme">