libc++_shared.so not 16 KB aligned on Axmol 2.5.0 builds #2709
-
Axmol version: 2.5.0 Problem APK make-money-debug.apk is not compatible with 16 KB devices. The main issue is libc++_shared.so not aligned to 16 KB page size. Which NDK version do you officially recommend for Axmol 2.5.0 with 16 KB page-size compliance? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need use ndk-r27+ if you not use |
Beta Was this translation helpful? Give feedback.
You need use ndk-r27+ if you not use
./setup.ps1 -p android
to install ndk-r23d fromci.android.com
BTW: axmol-2.x recommend ndk is ndk-r23d from
ci.android.com
which will be auto setup by axmol cmdline:./setup.ps1 -p android