[SOLVED] SDKBox Vungle Causing crash after using prebuilt libraries

I started using prebuilt libraries in an existing game which included SDKBOX for vungle. But after using prebuilt libs my game started crashing on Android. On iOS it is working fine. Something is wrong with vungle. If i remove Vungle game runs without any issue on android. I have attached crash dump & Android.mk screenshots.

After upgrading to latest SDKBox I am still facing the crash. I tried this in a fresh sample also created using cocos project template for c++
Here is the link for my sample project.

I am facing below error in vungle sdk

I just downloaded your sample code, will let you know later

Looks like your installation wasn’t successful, I can’t find the key files such as sdkbox.jar in your project, and it looks like Cocos2dxActivity.java, also unchanged.

You might want to try manual integration at this point.
http://docs.sdkbox.com/en/plugins/vungle/v3-cpp/#manual-integration

1 Like

I made the changes you suggested. It is working fine now. Thanks