问题
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