Device support warning : Google play 2019

十年热恋 提交于 2020-01-24 09:40:13

问题


Today I submitted the update to my app and got below

severe warning but when I compare both apks and everything looks same. Can anyone explain what is warning really mean, I am scared if it excludes some devices or what ? Also both apps support same no. of devices as well i.e 8133

new apk :

older apk :


回答1:


I think I can see the difference in the screenshots. Look in the "Differentiating ABI details". Your old app seems to support "armeabi". Your new app seems to have mips64, but not armeabi. There aren't many android devices which are armeabi but not arm64 or arm7 so this is probably ok, but that is the difference. It is a change in your native code.



来源:https://stackoverflow.com/questions/54397329/device-support-warning-google-play-2019

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