NDK工具制作

- Generate a stand-alone toolchain of the NDK, example:

`./android-ndk-r10/build/tools/make-standalone-toolchain.sh --platform=android-21 --toolchain=arm-linux-androideabi-4.8 --install-dir=/opt/ndk_standalone --ndk-dir=/home/you/android-ndk-r10`. Any toolchain will work.

 

或者

 ./make-standalone-toolchain.sh --toolchain=arm-linux-androideabi-4.9 --ndk-dir=/path/to/android-ndk-r10e --system=linux-x86_64 

 

相关文章:

  • 2021-07-23
  • 2021-10-14
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2021-11-22
  • 2021-12-06
  • 2022-12-23
  • 2021-07-11
  • 2021-12-14
  • 2021-08-03
  • 2021-07-24
相关资源
相似解决方案