Where should I put the android app icon (and how s...
# compose-android
m
Where should I put the android app icon (and how should I specify it in the Android Manifest) when my project uses Compose Resources? It doesn't seem to work in the commonMain/composeResources directory, I s'pose it wouldn't. But where should it go?
And no, it will not work with compose resources - you cannot reference them in XML
j
You use Android Studio and generate launcher app icons, ideally selecting the Android app source folder it will be in like androidApp/src/res/mipmap-*.
👍 1