1、下载新版NDK下载
https://developer.android.google.cn/ndk/downloads/index.html
2. 构建步骤:
(1)
cd xx/android-ndk-xxxx/build/tools
(2)
./make_standalone_toolchain.py --arch arm64 --api 24 --unified-headers --install-dir ~/android-build
(4)构建参数:
andoridNDK 交叉编译链构建(2020年04月26日)
原文:https://www.cnblogs.com/liuliu-word/p/12778392.html