cocos2d-x 3.0版本,eclipse编译时,识别不了std::thread
在mac环境下,使用create-multi-platform-projects.py创建项目;按照README.md配置好android环境,编译时,CCTextureCache.h里面的std::thread,std::mutex等识别不了,其他string能识别呀。报:Multiple markers at this line
- 'thread' in namespace 'std' does not name a
type
- Type 'std::thread' could not be resolved
错误。
这个有谁知道怎么回事不?
==============================================================================
1.必须使用ndk-r8e or ndk-r9或以上
2.开启c++11的支持,添加-std=c++11
in Application.mk
相关推荐
Cricket 2020-05-31
woxmh 2019-12-30
CaptainCTR 2019-12-19
86463960 2013-07-15
80487916 2013-07-06
86463960 2013-08-28
BenOnceMore 2013-08-26
89741733 2014-03-20
86201242 2014-05-13
85427010 2014-09-04
文艺小青年 2015-03-26
cooclc 2015-03-26
85427010 2015-05-22
frankwang 2015-05-19
80487916 2015-05-18
进入场景而且过渡动画结束时候触发。提示 GameScene场景中的继承于节点,这些生命周期事件根本上是从Node继承而来。事实上所有Node对象都有这些事件,具体实现代码与GameScene场景类似。
87921036 2015-05-12
85427010 2011-12-31
yizhiyanstart 2011-12-31