SDKBOX FAQ Post

I’m trying to record issues and error messages and link them to the solution post here.


crash at sdkbox::JNIUtils::__getEnvAttach()

Installer failed to modify Cocos2dxActivity.java, you have to modify it manually


I integrated Google Analytics, but there is no events

When you create a new app in google analytics, it takes couple days for the real-time events to start functioning.


If you run into issues with ads not showing, you may need to disable App Transport Security

  1. disable AppTransportSecurity in the info.plist

If you run into issues with UTF-8 errors when installing, example: ValueError: unknown locale: UTF-8

you can add this to your bash profile as well…

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8