Android Development Environment

Is there some detail about what versions and releases of the following we should use with 2.0-x-2.0.4? I am running Windows 8 x64, and VS 2010 at the moment. The wiki doesn’t seem to be very descriptive- unless I’m missing something.

SDK
NDK
JRE
Eclipse

Thanks!

I don’t think you need specific versions of those. I use cocos2d-x 2.0.4 and these are my tools:

SDK - I don’t know. I just downloaded all APIs on the Android Manager tool
NDK - Android NDK r8c
Eclipse - Juno with c/c++ plugins

You might want to get the ADT bundle though, as that’s complete with all the tools you need.

Awesome! Thanks for the help. I got HelloCPP running using cocos2d-2.1beta3-x-2.1.0, the ADT bundle, ndk-r8d, jre7.

I wrote a tutorial for set up development environment for cocos2d-x, especially for Android.

Part1:
http://blog.webstarworks.com/2013/04/development-environment-preparation-for-porting-ios-game-made-using-the-cocos2d-framework-to-android-part-1

Part2:
http://blog.webstarworks.com/2013/04/development-environment-preparation-for-porting-ios-game-made-using-the-cocos2d-framework-to-android-part-2