本篇博文主要記錄了本身在Ubuntu12.04系統下配置cocos2d-x的開發環境。在配置過程了參考瞭如下地址的博文:html
Ubuntu下cocos2d-x開發環境及配置http://blog.csdn.net/jamesjiangchn/article/details/8734586android
子龍山人的cocos2d-x跨android&ios平臺開發入門教程http://www.cnblogs.com/zilongshanren/archive/2012/04/28/2473282.htmlios
相關博客:git
http://gameit.ro/2012/01/creating-an-iphone-and-android-cocos2d-x-hybrid-project-updated/
eclipse
須要注意的點:iphone
1.NDK不要使用最新版本r9,會發生安裝後啓動不了的問題。spa
http://stackoverflow.com/questions/18278932/cocosdenshion-android-simpleaudioengine-make-error
.net
http://www.cocos2d-x.org/boards/6/topics/32437
debug
2.cocos2d-x也不要使用最新版本,改用穩定版本,由於最新版本建立項目的方式和建立後的項目與以前的版本有所不一樣。
3.AndroidManifest.xml文件出錯問題、「Please define NDK_ROOT」等問題。
http://up2pu.iteye.com/blog/1744746
4.解決cocos2d-X 2.0版本後建立的Android項目提示org.cocos2dx.lib.Cocos2dxActivity找不到問題 。
http://blog.163.com/zhoulong19880518@126/blog/static/6070970220132511558143/
http://blog.csdn.net/gitxs/article/details/8134723
5.DDMS出現「 Can't bind to local 8700 for debugger」問題。
http://stackoverflow.com/questions/3318738/eclipse-ddms-error-cant-bind-to-local-8600-for-debugger
6.出現「Symbol 'cocos2d' could not be resolved」問題。
http://stackoverflow.com/questions/14313349/cocos2d-x-for-android-symbol-cocos2d-could-not-be-resolved
7.出現「Unresolved inclusion: "AppDelegate.h」問題。
http://www.cnblogs.com/zilongshanren/archive/2012/04/28/2473282.html
8.出現「undefined reference to `vtable for XXX'問題。
http://www.cnblogs.com/JD85/archive/2012/09/17/2688128.html
http://www.cocos2d-x.org/boards/6/topics/6769
9.出現「No rule to make target」問題。
http://blog.csdn.net/snakewarhead/article/details/8223169
http://www.cocos2d-x.org/boards/6/topics/15397
http://blog.csdn.net/caimo/article/details/8750548
10.clear project出現」[clean-box2d_static-armeabi] Error 2「問題。