
We can create a simple cocos2d helloWorld app in android sdk simply by follow the steps below. Before that you need eclipse in your system with android sdk.
1. Open eclips and select File-->New-->Android Project, then you got a window like this
2. You just name the project and other fields like in the image and hit the finish button. Now your project is in workspace
3. Open your project --> src --> com.shatechs.firstcocos2d...