How to use CCBReader in cocos2d-2.0-x-2.0.3 for an Android Project?

Hi All,

I am curious to start working on Cocos2D-X platform. However, I am not able to figure out how to use CCBReader in cocos2d-2.0-x-2.0.3. Any idea?

I tried using

*using namespace cocos2d::extension;*
or
*USING_NS_CC_EXT;*

But it is giving compilation error

*error: ‘USING_NS_CC_EXT’ does not name a type
*error: ‘extension’ is not a namespace-name_

Any help would be appreciated.

Thanks!
CodeSnooker

Problem solved. :slight_smile:

Anybody looking for the same then, both are not required. Just first check your source code in XCode, if it is working fine then it will work fine in Android too.