您的位置:首页 > 移动开发 > Android开发

Android NDK 配置与打包

2014-12-29 17:32 134 查看
参考文章:

android
— NDK生成so文件:http://blog.csdn.net/laczff21/article/details/7542236

Mac OS X下NDK环境的搭建

Download the appropriate package from this page.
Open a terminal window.
Go to the directory to which you downloaded the package.
Run 
chmod a+x
 on the downloaded package.
Execute the package. For example:
ndk$ chmod a+x android-ndk-r10c-darwin-x86_64.bin
ndk$ ./android-ndk-r10c-darwin-x86_64.bin


6.NDK路径添加到.bash_profile

export PATH=${PATH}:/Users/james/Documents/adt-bundle-mac/sdk/platform-tools/
:/Users/james/Documents/android-ndk:/Users/james/Documents/android-ndk/ndk-build

7.参考:http://blog.csdn.net/laczff21/article/details/7542236
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: