cocos2d-x3.2 NDK10导出Android包出错
1、错误问题
/Users/minggo/SourceCode/cocos2d-x/build/../cocos/./3d/CCBundleReader.cpp:94:23: error:
return
type of out-of-line definition of
‘cocos2d::BundleReader::tell‘
differs from that in the declaration
ssize_t BundleReader::tell()
2、解决方法,声明BundleReader::tell()时,将long int改为ssize_t。
3、还有不懂地方加群 373364032 37 3364032
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。