Reputation: 6065
Does anyone have knowledge on how to create launcher icons at a resolution of 1024px by 1024px? Both the Google Play and iOS App Store require this new higher resolution.
Unfortunately, the maximum size for the internal image asset studio in Android Studio is 512px by 512px. How have others addressed this problem?
Upvotes: 4
Views: 5978
Reputation: 3121
I don't think you can do that from android studio's asset studio.
Have you tried appiconmaker. Just upload 1 icon and it will give you all the icons required for iOS and android in a zip file.
This might help you as well.
Upvotes: 15