Cocos2D-x 3.2 ExportJson 的加载

ArmatureDataManager::getInstance()->addArmatureFileInfoAsync(“blue.ExportJson”,this, schedule_selector(loadingLayer::imgNum));

我是这样写的,可是 ArmatureDataManager 下面始终有红色波浪线(提示:后面有“::”的名称一定是类名或空间域名)。

命名空间的问题:
using namespace cocostudio;