cocos2dx新研发的游戏,手机运行时非常热,有需要的朋友可以参考下. cocos2dx新研发的游戏,手机上运行时导致手机非常热,后来听其他项目组分享时得知,可以通过降帧解决这个问题,原来是cocos2dx默认的60,后来修改为30,测试发现,手机发热问题解决了. 修改代码: AppDelegate.cpp // set FPS. the default value is 1.0/60 if you don't call this pDirector->setAnimationInterval
The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located at .... 解决方法: (1):打开CMD,进入: >adt-bundle-windows-x86-20131030\sdk\platform-tools>adb.exe kill-server 提示:*