CCLOG

i can’t see cclog messages in logcat, i’ve added #define COCOS2D_DEBUG 1 and still nothing shows up when using it like CCLOG (“comparing %s”, a.c_str());

You can use CCLog or you should add #define COCOS2D_DEBUG 1 before including any header file.

you can add LOCAL_CFLAGS += -DCOCOS2D_DEBUG=1 into Classes/Android.mk