ijkplayer icon indicating copy to clipboard operation
ijkplayer copied to clipboard

New 16KB page size requirement

Open Pecana opened this issue 4 months ago • 3 comments

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

Pecana avatar Sep 08 '25 08:09 Pecana

please any one help with this 16kb support there is a deadline set by google and out project is mainly run on ijkplayer.

Thanks.

Frantica avatar Sep 10 '25 14:09 Frantica

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

5peak2me avatar Sep 21 '25 11:09 5peak2me

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 ?

vfishv avatar Sep 23 '25 08:09 vfishv