SDKBOX android-studio doesn't support?

Hello, I use cocos2d-x v3.7.0
And I want to use SDKBOX for android-studio.

What am I to do?

Hello, I’m facing the same issue.
I’m trying to use cocos2d-x v3.7.1. And the latest version of sdkbox.

I tried doing “sdkbox import facebook” on a new cocos project, and following the instructions here: http://sdkbox-doc.github.io/en/plugins/facebook/v3-js/
After this, I’m able to build and run the project correctly for eclipse.

But on building for android studio, there are multiple problems. First one being that the sdkbox.jar and PluginFacebook.jar do not get copied correctly during the build, leading to errors like:
java/src/org/cocos2dx/lib/Cocos2dxActivity.java:48: error: package com.sdkbox.plugin does not exist

On copying the jars manually in the required folders, there are other errors like class com.facebook.FacebookContentProvider missing. Fixing that using the instructions here: https://developers.facebook.com/docs/android/getting-started causes crash like the one mentioned here:
JNI DETECTED ERROR IN APPLICATION: JNI GetStringUTFChars called with pending exception

Same behavior happens on using the facebook sample project here: https://github.com/darkdukey/sdkbox-facebook-sample
It gets built correctly for eclipse, but fails when building for android studio in exactly the same manner.