Question

I have an app built with cocoonjs that works perfectly in the launcher app on both iOS and Android, but the compiled versions of both freeze after the launch screen.

After doing an adb logcat on Android I can see the error 'Box2d is not defined' crashing the app.

How do I 'define' Box2d on the compiled app?

Was it helpful?

Solution

ANSWER: The Box2 extension had to be checked under Services > Configuration in your Project on the website. I signed up for a premium account trying to get this fixed, so I'm not sure if you have to be a premium user in order to get access to this extension.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top