Ngoc
Ngoc

Reputation: 499

Where can I download cocos2d-x prebuilt binary?

I'm targeting cocos2d-x-3.4rc1 for my little game, but my laptop was in some bad mood recently. It crashed everytime I try to build cocos2d jni. So I figured maybe I could get a prebuilt binary somewhere, since everybody is talking about doing so.

So, is there anywhere I could download prebuilt binaries of cocos2d-x for android (armeabi/x86) for release/debug? How about win32?

Upvotes: 0

Views: 824

Answers (1)

Makalele
Makalele

Reputation: 7531

you can make a new project with prebuilt libraries using "Cocos": http://www.cocos2d-x.org/download and copy all assets/code or add them manually using this guide: http://www.cocos2d-x.org/wiki/Cocos_gen-libs

Upvotes: 2

Related Questions