Reputation: 499
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
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