cocos2dx-3.2编译成android提示这一句有错
planeBatch = cocos2d::SpriteBatchNode::create(“pic/plane_normal.png”,99999);
bulletBatch = cocos2d::SpriteBatchNode::create(“pic/bullet.png”,99999);
bigPlaneBatch = cocos2d::SpriteBatchNode::create(“pic/plane_big1.png”,99999);
可是在vc2012中可以正常运行为什么编译成android提示错误