New 16KB page size requirement
Hello guys, how can we compile the libraries to be compatible with the new 16KB page size required by Google ? https://developer.android.com/guide/practices/page-sizes?hl=en
Any support will be appreciated!
Thanks
please any one help with this 16kb support there is a deadline set by google and out project is mainly run on ijkplayer.
Thanks.
Try https://github.com/5peak2me/ijkplayer-16k.
./init-android.sh
cd android/contrib
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh all
cd ..
./compile-ijk.sh all
When the build is complete, the artifacts are located in
- android/ijkplayer/ijkplayer-arm64/src/main/libs/arm64-v8a
- android/ijkplayer/ijkplayer-x86_64/src/main/libs/x86_64
Try https://github.com/5peak2me/ijkplayer-16k.
./init-android.sh
cd android/contrib ./compile-ffmpeg.sh clean ./compile-ffmpeg.sh all
cd .. ./compile-ijk.sh all When the build is complete, the artifacts are located in
- android/ijkplayer/ijkplayer-arm64/src/main/libs/arm64-v8a
- android/ijkplayer/ijkplayer-x86_64/src/main/libs/x86_64
what is you NDK version to build ?