I want to install cocos2d to develop game in android .. so can anyone help me how to install that on android sdk ?
Please Suggest me steps to install it….
if any other tool is available for android development then please suggest me ..
Thanks ..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After downloading cocos2d from the link mentioned in above answer you need to do the following to integrate cocos2d in you project:
properties.
cocos(libs/…).
Now you can write your game.
Also you can include all sources into your project, and no need in any cocos2d jar.
The above steps are mentioned at http://code.google.com/p/cocos2d-android-1/wiki/Using