Android NDK 安装及配置
Android NDK 安装
# wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip
# wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
# unzip -q android-ndk-r10e-linux-x86_64.zip -d /usr/local/ndk/
# unzip -q android-ndk-r16b-linux-x86_64.zip -d /usr/local/ndk/
设置环境变量
Windows
set PATH=%PATH%;F:\android-ndk\android-ndk-r16b
Linux
export NDK_HOME=/usr/local/ndk/android-ndk-r16b
export PATH=$PATH:$NDK_HOME
版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/02/26/android-ndk-installation-and-configuration/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
Android NDK 安装及配置
Android NDK 安装
# wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip
# wget https://dl.google.com/android/repository/a……
文章目录
关闭
共有 0 条评论