Android导入Cocos2D的Sample项目

导入Cocos2D项目到Android的Eclipse时注意以下几点

 

1. Set up Variables: 

  Eclipse->Windows->Preferences->General->Workspace->**Linked Resources**

  Click **New** button to add a Path Variable `COCOS2DX` pointing to the root cocos2d-x directory.

 

2. C/C++ Environment Variable `NDK_ROOT`: 

  Eclipse->Windows->Preferences->C/C++->Build->**Environment**.

  Click **Add** button and add a new variable `NDK_ROOT` pointing to the root NDK directory.

 

3. Import libcocos2dx library project:

  File->New->Project->Android Project From Existing Code.

  Click **Browse** button and open `cocos2d-x/cocos2dx/platform/android/java` directory.

  Click **Finish** to add project.

 

4. File->New->Project->Android Project From Existing Code

  **Browse** to your project directory. eg: `cocos2d-x/cocos2dx/samples/Cpp/TestCpp/proj.android/`

  Add the project 

  Click **Run** or **Debug** to compile C++ followed by Java and to run on connected device or emulator.

 

最后, 在Cygwin控制台下的Cocos2D根目录下执行下面语句

Chmod -R 755 *

Android导入Cocos2D的Sample项目,,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。