hello.
i try cocos2dx 3.0 with app42api.
ios is work fine but android build erorr.
jni/../../App42Api/Common/GameService.cpp: In member function 'void GameService::CreateGame(std::string, std::string, cocos2d::Object*, cocos2d::SEL_CallFuncND)':
jni/../../App42Api/Common/GameService.cpp:85:39: error: expected type-specifier
App42GameResponse *response = new App42GameResponse::App42GameResponse(pTarget,pSelector);
^
jni/../../App42Api/Common/GameService.cpp: In member function 'void GameService::GetGamebyName(std::string, cocos2d::Object*, cocos2d::SEL_CallFuncND)':
jni/../../App42Api/Common/GameService.cpp:136:39: error: expected type-specifier
App42GameResponse *response = new App42GameResponse::App42GameResponse(pTarget,pSelector);
^
jni/../../App42Api/Common/GameService.cpp: In member function 'void GameService::GetAllGames(cocos2d::Object*, cocos2d::SEL_CallFuncND)':
jni/../../App42Api/Common/GameService.cpp:185:39: error: expected type-specifier
App42GameResponse *response = new App42GameResponse::App42GameResponse(pTarget,pSelector);
some help please.