cocos2d-x iOS项目编译到 Android 有问题

可爱的男孩纸们,我在 cocos2d-x 的项目中,用到了 CCTouchDispatcher* touch = CCDirector::sharedDirector()->getTouchDispatcher();
touch->addTargetedDelegate(this, INT_MAX, true);
CCLayer::registerWithTouchDispatcher();
在 iOS 里面运行毫无压力,但是在编译到 Android 的时候,控制台报 error: CCTouchDispatcher.h: No such file or directory
跪求男孩纸们教导。。