>> make-standalone-toolchain.sh
#!/bin/bash
export ANDROID_NDK=android-ndk-r9 #your ndk path
export ANDROID_NDK_TOOLCHAIN_ROOT=android-toolchain-14 #dir to install
$ANDROID_NDK/build/tools/make-standalone-toolchain.sh \
--system=linux-x86_64 \ #remove if you have 32
--toolchain=arm-linux-androideabi-4.6 \
--platform=android-14 \
--install-dir=$ANDROID_NDK_TOOLCHAIN_ROOT
댓글 없음:
댓글 쓰기