导入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 *

相关文章:

  • 2021-12-06
  • 2021-03-30
  • 2021-10-13
  • 2021-08-29
  • 2021-05-04
  • 2022-01-02
  • 2021-09-13
  • 2021-09-20
猜你喜欢
  • 2021-12-19
  • 2021-09-12
  • 2021-12-23
  • 2021-03-31
  • 2021-05-05
  • 2022-12-23
相关资源
相似解决方案