Device support warning : Google play 2019
Asked Answered
P

1

3

Today I submitted the update to my app and got below severe

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 :

new apk

older apk :

enter image description here

Percutaneous answered 28/1, 2019 at 7:30 Comment(2)
This looks like a bug in the Google Play Console. I would contact Google Play support via the help menu (? question mark icon) and report it.Glamorize
Thanks, I will report it too. This thing make me so scared :)Percutaneous
G
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.

Glamorize answered 30/1, 2019 at 10:51 Comment(1)
I didn't used any NDK code, probably updating 3rd party library like realm or exoplayer caused that issuePercutaneous

© 2022 - 2024 — McMap. All rights reserved.