Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix warning "APK does not support 16 Kb devices"

My project is using some external libraries which have native code. I've got warning from Google, about migrating my app to support 16 Kb pages. In apk analyser I noticed, that .so libraries were not compiled to support 16 kb. I have updated external libraries with latest versions with 16 Kb pages support. Warnings about those libraries disappeared, but I still see warning "Apk does not support 16 kb devices". Maybe this happens because I am analyzing apk, that was built under processor architecture which is not supporting 16 Kb pages size?

How to solve this issue, help me please enter image description here

like image 556
Fedor Avatar asked Oct 16 '25 14:10

Fedor


1 Answers

This might be a bug due to compressed libraries in Android Studio which was fixed with Android Studio Narwhal Feature Drop | 2025.1.3 Canary 2. See https://issuetracker.google.com/issues/431119350 for more information.

As others mentioned, however, don't forget to zipalign your apk. Read more here: https://developer.android.com/tools/zipalign and

like image 200
oli0060 Avatar answered Oct 18 '25 07:10

oli0060



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!