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 ..

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

After downloading cocos2d from the link mentioned in above answer you need to do the following to integrate cocos2d in you project: 1)Import cocos2d in workspace. 2)Go to project properties and mark cocos2d as library. 3)Create now your project and add cocos2d library in project properties. 4)If you are using box2d maybe you had to add .so to your project like 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

link|improve this answer
feedback

ya you can install cocos2d in android.....

First you download the cocos2d jar from

http://code.google.com/p/cocos2d-android-1/downloads/detail?name=cocos2d-android.jar&can=2&q=

Sample code is available in

https://github.com/ZhouWeikuan/cocos2d

link|improve this answer
Thanks soorya for your efforts... I download the jar file .. now what to do ? – Chirag Raval Apr 21 '11 at 9:14
If you find this useful then accept your answer – arunsoorya Apr 22 '11 at 1:30
I download jar file, now what to do ? – Chirag Raval Apr 22 '11 at 4:27
Check the sample code – arunsoorya Apr 22 '11 at 4:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.