添加Cocostudio 骨骼动画 失败!急急急!

先贴代码:
ccs.armatureDataManager.addArmatureFileInfo(res.Skeleton_Json);
var armature = new ccs.Armature(“Skeleton”);
armature.getAnimation().play(“atk”);
armature.anchorX = 0.5;
armature.anchorY = 0.5;
armature.x = Size.width / 2;
armature.y = Size.height / 2;
this.addChild(armature);

运行直接失去响应:

Assert failed: AnimationData not exist!

Json已经提前加载了,为什么跑不了啊…急急急!!

:6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6::6:

:10::10::10::10::10:

现在解决了吗?求解

根据经验来说的话,可能是你的骨骼动画有问题,
armature.getAnimation().play(“atk”); 这个"atk"zai1 .ExportJson 这个文件里面找不到 你好好检查一下