cocos2d-x 使用ndk编译 x86 出现 in function Curl_resolv_timeout: undefined reference t

cocos2d-x 使用ndk编译 x86出现 in function Curl_resolv_timeout: undefined reference to sigsetjmp错误

cocos2d-x 使用ndk编译 x86 出现 in function Curl_resolv_timeout: undefined reference to 'sigsetjmp' 错误

解决方法:

只需将

android-ndk-r8/platforms/android-14/arch-x86/usr/include  
下面的sched_h 替换
android-ndk-r8/platforms/android-14/arch-x86/usr/lib
libc.so 替换即可

下载地址:http://download.csdn.net/detail/z104207/5023692

1楼xuzixuan2013昨天 11:14
受益匪浅