728x90
728x170

App Icon 을 test.svg 로 하고 싶은 경우

Android 쪽의 AndroidManifest.xml 의 내용을 아래 처럼 변경해야합니다.

<application android:allowBackup="true" android:icon="@mipmap/test" android:roundIcon="@mipmap/test_round" android:supportsRtl="true"></application>

위 내용을 변경하지 않으면 아래와 같은 에러가 발생됩니다.

maui This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file


참고
https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/app-icons?tabs=android&view=net-maui-7.0

 

Change the app icon - .NET MAUI

Learn how to change the.NET MAUI app icon. The icon is the logo that represents your app in multiple places, such as the Store, launcher, or app shortcut.

learn.microsoft.com

 

 

728x90
그리드형
Posted by kjun
,