cocos2dx3.2 android 编译失败问题

cocos2dx3.2 android 编译失败问题,第1张

概述1、问题描述         cocos2dx3.2版本编译android项目时报错,报错内容如下:         Android NDK: Invalid APP_STL value: c++_static             /Users/....../build/core/add-application.mk:274: *** Android NDK: Aborting    .  S 1、问题描述

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


2、解决方法
打开/proj.androID/jni/Application.mk 把第一行 APP_STL := C++_static 改为 APP_STL := gnustl_static
3、编译 编译成功。 总结

以上是内存溢出为你收集整理的cocos2dx3.2 android 编译失败问题全部内容,希望文章能够帮你解决cocos2dx3.2 android 编译失败问题所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1002533.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存