DEV Community

kenjmoj
kenjmoj

Posted on

iOS/Android icon path

A note to where you put your icon images when developing (using appicon.co generated images)

Android
/android/app/src/main/res
*replace the folder mipmap-hdpi, mipmap-mdpi, mipmap-xhdpi, mipmap-xxhdpi and, mipmap-xxxhdpi with the folders generated by appicon.co

iOS
/ios/Runner/Assets.xcassets
*replace the folder AppIcon.appiconset with the folder generated by appicon.co

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.