Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Google Play Store Native Platform

Tags:

android

I just upload a new apk version in the google play store for my app, and i just observed that it has "native platforms" written on this new apk version,

Is this normal? What does the list of native platform means? Would it run on all android devices >= icecream sandwich 4.0?

Old apk versions doesn't have this native platform label.enter image description here

like image 301
heyou Avatar asked Jul 15 '26 10:07

heyou


1 Answers

Check if you recently added a new library that has dependencies with native libs (As for example realm library does)

like image 111
Tano Avatar answered Jul 21 '26 18:07

Tano