Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 470 Bytes

HOW TO USE

  1. install ninja, like
brew install ninja
  1. set NDK_ROOT, like
NDK_ROOT=${HOME}/Library/Android/sdk/ndk-bundle
export NDK_ROOT
  1. clone this repository
git clone https://github.com/huntto/Build-JRTPLIB-for-Android --recursive
  1. change directory
cd Build-JRTPLIB-for-Android

run build shell

./android.sh

or specify android-arch-abi and api-level like

./android.sh arm64-v8a 24