Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
340 views
in Technique[技术] by (71.8m points)

android - Google Play console Warning : unknow validation VALIDATE_APP_MESSAGE_ICON_NOT_UNIFORM

When I tried to upload a bundle to the Alpha channel on the Google Play console it shows to me this warning: enter image description here

The warning is shown after uploading mapping and native-debug-symbols files.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I fixed the above warning by replacing the app icon (Playstore Icon) from the new Google Play Console>Main Store Listing>App icon based on the new guidelines introduced by Google https://developer.android.com/google-play/resources/icon-design-specifications To export the new Play Store Icon, i followed the below link https://developer.android.com/studio/write/image-asset-studio (Image Asset Studio places the icons in the proper locations in the res/mipmap-density/ directories. It also creates a 512 x 512 pixel image that's appropriate for the Google Play store.)

  1. From Android Studio right click on the folder res>New>Image Asset

  2. Generate the New Play Store Icon from the "Configure Image Asset" popup by selecting the Icon Type as Launcher Icons (Adaptive and Legacy) if your app supports Android 8.0 (https://developer.android.com/studio/write/image-asset-studio#create-adaptive) or select Launcher Icons (Legacy Only) if your app supports versions no higher than Android 7.1 (https://developer.android.com/studio/write/image-asset-studio#create-legacy)

  3. Click Next and a new Popup appears to Confirm where to export the new Play Store icon (ic_launcher-playstore.png) (512x512).

  4. Click Finish and upload the new exported Play Store icon in Google Play Console>Main Store Listing>App Icon and the warning now is gone.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...