Cocos2d-x android can't resolved coscos2dx library

user1708211 picture user1708211 · Sep 29, 2012 · Viewed 21.8k times · Source

i am starting by macOSX xcode4.5 .
i tried to tutorials.

Using cocos2dx, it completes building of macOSX,
The problem occurred in android sources.

No contents of cocos2dxActivity are described.
so, org.cocos2dx.lib is not other files.

android is not running.

i use ndk-r8. What will be a problem?

Answer

user1169079 picture user1169079 · Oct 5, 2012

In cocos2d-x 2.0.3 ...Cocos2d-x Lib java files has been considered as a different project only So import that project in the eclipse

Lets make it Simple

  1. First Import the project in eclipse from this path - cocos2d-2.0-x-2.0.3/cocos2dx/platform/android/java

You will see libcocos2dx project in eclipse ...Keep this project open always otherwise your projects will give error on the syntax of library

  1. Run create-android-project

  2. Now Import the project which you have created and just Run (If you know the concept of isLibrary then that's how they are maintaining it now ..)

Also additional information to run build-native.sh from eclipse only , Right Click Project ->C/C++ Build Uncheck Use Default Build COmmand and add following bash ${workspace_loc:/YourProjName}/build_native.sh NDK_DEBUG=1 V=1

Good Luck ..If any question please feel free to ask