Do you know of some tutorials that would help get me started with cocos2d for android? I looked around but I couldn't find any the reason i would like it to be the android version is because I am much better programming in java then C++. All help is appreciated
If I were you, I would use Cocos2d-x
, because cocos2d doesn't have support anymore. Cocos2d-x
is based on C++
and use JNI to run on Android
. You don't have to know how does it work, just compile it and program your game in C++. To start using it check: The Completest Cocos2d-x Tutorial & Guide List and the official web of the project: http://www.cocos2d-x.org/