I am very new to cocos2dx for android.Now i install cygwin and all enviroment variables . Now when i compile and bulid my project (sample project) it gives message and error
In the build_native.sh file add the path of your NDK
# paths
NDK_ROOT = "E:\android-ndk-r8e-windows-x86\android-ndk-r8e"
Make sure that "Copy project into workspace" is unchecked before importing project into package explorer. This will resolve the error. Also make sure that you have set the environment variable named NDK_ROOT pointing at the url where you have placed the unzipped Android NDK package.