android-lib
prebuild some libs for android (unix based)
architectures: android-arm
, android-arm64
, android-x86
, android-x86_64
libraries
library | version |
---|---|
openssl | 3.0.1 |
opus | 1.3.1 |
libzip | 1.8.0 |
requirements
- Android NDK (https://developer.android.com/ndk/downloads/)
- make & cmake
- Linux:
sudo apt install make cmake
- macOS:
brew install make cmake
build
export ANDROID_NDK="/home/user/android-ndk-r23b" #path to android ndk ./build.sh
- Linux: