windows下配置android-NDK环境
第一步,下载安装cygwin,(模拟Linux 的编译环境),我们可以到Cygwin的官方网站下载Cygwin的安装程序,地址是: http://www.cygwin.com/ ; 开始安装Cygwin,安装教程 http://jingyan.baidu.com/article/48a42057accae3a92525045a.html 第二部,下载ndk, http://developer.android.com/tools/sdk/ndk/index.html ;下载完成,解压; 第三步,在Cygwin的安装目录的etc的文件夹下,找到profile的文件: 在profile中配置ndk的环境变量: # Setup some default paths. Note that this order will allow user installed # software to override 'system' software. # Modifying these default path settings can be done in different ways. # To learn more about startup files, refer to your shell's man page. PATH="/usr/local/bin:/usr/bin: