今天cocos2d-x打包 android的时候报错:format not a string literal and no format arguments
报错点是:__String::createWithFormat(s_szFuWenEffect2[GetType()])->getCString()
代码vs2015编译是通过的,没任何问题。
修改方法:__String::createWithFormat("%s", s_szFuWenEffect2[GetType()])->getCString()
时间: 2024-10-13 14:10:37