I have developed an Android app. I launched it in different phones, and the icons are my icons. But when I upload the APK file to Google Play, it appears as the Android default icon. In my resource file there are some Android default icons named “ic_launcher”, but I do not link them. What can be the problem?
Share
Even if you don’t link them Play Store will use those icons if you have not provided anything else.
Search ic_launcher in your project and replace that with the icon you want to show. Remember Launcher icons for display on Google Play must be 512×512 pixels.
see this guide for designing icons.