I wanted to develop a game on android using cocos 2D engine.
I found two different libraries by different developers for cocos2d-iphone library.
First is http://code.google.com/p/cocos2d-android/ by ldesegur.
The other one is http://code.google.com/p/cocos2d-android-1/ by zhouweikuan.
Please help me to select one of these. Can anybody tell me the differences between these two? Has anybody got a prior experience on any of these?

Any help is appreciated.
Thanks.

link|improve this question

62% accept rate
feedback

4 Answers

I used http://code.google.com/p/cocos2d-android-1/ by zhouweikuan. But I used the version from the sources in github, not just jar and it looks less buggy on my Samsung Galaxy S.

link|improve this answer
1  
github.com/ZhouWeikuan/cocos2d – CoPLaS Apr 6 '11 at 8:05
Yes. You are correct. After trying some animations with jar I had same experience. Also some features like tilemaps,etc. is available in the source form only. I downloaded the source, extracted the jar and included in my project. – Ashwini Apr 6 '11 at 8:14
feedback

I used http://code.google.com/p/cocos2d-android-1/ by zhouweikuan. I download lib from this page, use demo Cocos2d for training. Now I've released game 'Kingfisher' on android market :)

link|improve this answer
feedback

I recently came accross http://www.cocos2d-x.org/ - multiplatform version of Cocos2d! Seems very interesting - I will definitely look at it for more details.

link|improve this answer
feedback

I'm right there with you, trying to pick between the two for a game I'm working on. I noticed that the latter (cocos2d-android-1) one seemed to be more current, and was less buggy in the examples/template, so I am tentatively going to use it.

link|improve this answer
I tried the debug apk of cocos2d-android, but it doesn't seem promising. The later has the library available for use. It also has some apps on the market. It seems good. – Ashwini Feb 28 '11 at 7:05
I found the same. The second option is still a bit buggy (particularly when loading/reloading textures) – Jon Willis Feb 28 '11 at 8:12
Thanks for this info Jon. I will try out the same. – Ashwini Feb 28 '11 at 8:52
Did you find any documentation for the library? – Ashwini Feb 28 '11 at 9:31
feedback

Your Answer

 
or
required, but never shown

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