android NDK

1、不安装cygwin,创建自动编译ndk的builder

2、解决NDK *** note: the mangling of 'va_list' has changed in GCC 4.4ndk-build提示:

D:/aDeveloper/ndk/android-ndk-r8b/platforms/android-8/arch-arm/usr/include/jni.h:592:13: note: the mangling of 'va_list' has changed in GCC 4.4
如.........什么note: the mangling of 'va_list' has changed in GCC 4.4

解决办法:
修改 Android.mk, LOCAL_CFLAGS = -Wno-psabi 


你可能感兴趣的:(android NDK)