动画不显示问题,大家给看看

string strJson = "role/enemy/renwu.ExportJson";

string strPng = "role/enemy/renwu0.png";
string strPlist = "role/enemy/renwu0.plist";

 CCArmatureDataManager::sharedArmatureDataManager()->addArmatureFileInfo(strPng.c_str(),strPlist.c_str(),strJson.c_str());
 CCArmature *armature = CCArmature::create("renwu"); 
    armature->setPosition( ccp (500,100));
armature->getAnimation()->playWithIndex(0);
addChild(armature);

这怎么不显示……

大神给给看下,:11::6::4::8::3::3:

hi,有报错信息或者警告信息么?