Google Play: You need to check the icon inside your APK because it is not valid

匆匆过客 提交于 2019-12-05 03:22:13
Louis CAD

The Developer Console throws such errors when it's internally down/broken. It seems such issues are fixed within a few hours. I wasn't the only one experiencing it at this time.

I had the same error when trying to upload my updated apk to the Google Play Store. I checked all I could in my project and my apk but never found any issue. After hours of search, which included trying bumping the versionCode on another unmodified, deployed project while having the same error, I started to have doubts on whether my computer was somehow corrupted, or if the Google Play Developer Console went crazy. I retried uploading my apk several hours after the first upload I did, and magically, the error was gone.

It's really bad to reject the fault on ourselves when the real thing that is broken is the Developer Console, but know, it's written here. I hope it helps.

I had the similar problem but it looks a bit different. I had an additional icon for service notification and I've made it color with no alpha. And set the code to SDK < 21 to display it in color. Somehow this code was removed and this produced the error when uploaded to google. I remastered icon as completely white with transparency holes and it worked. Again - I'm talking about notification icon which can also cause such error.

make sure that you don't have \n in the name of your application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!