Paid Soomla cocos2d-x v3 Integration (no coding)

The latest version of Soomla is considered “experimental” on its cocos2dx-v3 branch; however, if anyone can get its .jars working and finding all its classes properly (as described here), I’d be willing to pay. I use Eclipse. PM me.

i can get it workin on 2.2.x if u are interested

Thanks, but I had it working on 2.2.x myself.
I might have to backport my game if I can’t get v3.x working…

ya… if you want to just make game 3.0 it good… but if you plan to monetize or additional features… 3.0 still lacks the support…

Ouch, it would be very painful to downgrade to 2.x. Did you check out the core-migration branch? it seems to fix the android issues found in the cocos-v3 branch? Did you try just including the source files into your game?

Thanks for the head’s up @Mazyod, I didn’t notice that branch. Unfortunately, I’m getting a Cannot find CCDomain.h error. I have the appropriate header paths, and I’ve searched my local filesystem and their repo for that file, no luck. I used

git clone --recursive -b core-migration git@github.com:soomla/cocos2dx-store.git extensions/cocos2dx-store
git clone git@github.com:vedi/jansson.git external/jansson

to clone the appropriate repos (AFAIK).