cocos2dx3.2版本编译androID项目时报错,报错内容如下:
AndroID NDK: InvalID APP_STL value: c++_static
/Users/....../build/core/add-application.mk:274: *** AndroID NDK: Aborting . Stop.
AndroID NDK: Please use one of the following instead: system stlport_static stlport_static_hard stlport_shared stlport_shared_hard gnustl_static gnustl_shared gabi++_static gabi++_shared libc++_static libc++_shared none
打开/proj.androID/jni/Application.mk 把第一行 APP_STL := C++_static 改为 APP_STL := gnustl_static
3、编译 编译成功。 总结
以上是内存溢出为你收集整理的cocos2dx3.2 android 编译失败问题全部内容,希望文章能够帮你解决cocos2dx3.2 android 编译失败问题所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)