Google Play, Publishing App Update, Native Platform Edition,

I have a hybrid app to which I have published updates in the past. In the current update, I added my own login for facebook, which required adding the java package framework to the "libs" folder. Now, when I add my APK to the PlayStore, everything is fine, except that the Native platforms are displayed crossed out (as shown in the image). When I compare it with the previous version, it shows the same, but is not deleted. I am afraid that the publication of the update will not lead to its availability on any devices. Any ideas?

See snapshot here.

+5
source share
1 answer

I use native code in my application. And for this, Google Play discovers supported architectures by checking lib\armeabi , lib\armeabi-v7a , lib\x86 and so on. Can you verify that the folders created in your APK?

0
source

Source: https://habr.com/ru/post/1244436/


All Articles