SDKBOX Chartboost - force close on android when opening the game

i’m following this guide : chartboost with c++ and it works well on iOS, i’m compile it to android (using cocos compile command with --ap android-23 flag) it’s success, but when i’m run it on my android device, it’s force close :frowning: i don’t know what happen

android version (on my device) : 4.4 kitkat
os : mac os x 10.11

checking on this…

install google play services to fix this issue:

sdkbox import googleplayservices

sorry again.

I had a similar issue. In one of the documentation steps, I had forgotten to change my Android App_ID to the right one which force closed my android app too. Once I found the step that I missed and changed the App_ID, it fixed the problem for me.

1 Like

thank you, will try this one