首页 > 代码库 > cocos2d-x3.2 NDK10导出Android包出错

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