How to use the mipmap folder in Xamarin.Android?
I manually edited the AndroidManifest.xml
to use the mipmap
folder:
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher"></application>
I manually edited the AndroidManifest.xml
to use the mipmap
folder:
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher"></application>