cancel
Showing results for 
Search instead for 
Did you mean: 

Can the App_Resources_Merge folder be used to override the app icon for Android?

michaelhaydock
Participant
0 Kudos

Been reading the documentation for Overriding App Resources here and am wondering if the App_Resources_Merge folder can be used to override the standard Android app launcher icon for an app (in this case, for SAM if that matters)?

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

App Icons can be overridden just by placing them in the App_Resources/Android/src/main/res/drawable-???? folders and naming appropriately. The icon should be named icon.png and the splash page should be named logo.png.

michaelhaydock
Participant
0 Kudos

I had been trying that without luck, but just discovered I had to remove the mipmap folders and manifest override file, and then it worked. Thanks.