SDKBox Initialize problem

Hi Everyone.
I wasted 2 days on this problem, but still not sure what I have to do.
I installed SDKBox into cocos2d-x-lua v3.17.2 with SDKBox_GUI(v1.1.7)

This cocos2d-x project is an empty project, and it shows helloworld well before I install SDKBox.
After I install that, it is compiled and could be run, but crashed at the beginning.

I digged into many articles, but still can’t find the issue and the solution.
Here is the screenshot of Android.mk, Application.mk

Android.mk

Application.mk

Here is the log I could get on logcat

10-21 16:25:45.358: W/dalvikvm(3395): No implementation found for native Lcom/sdkbox/plugin/SDKBox;.nativeInit:(Ljava/lang/Object;Ljava/lang/ClassLoader;)V
10-21 16:25:45.358: D/AndroidRuntime(3395): Shutting down VM
10-21 16:25:45.358: W/dalvikvm(3395): threadid=1: thread exiting with uncaught exception (group=0xa4ce6b20)
10-21 16:25:45.358: E/AndroidRuntime(3395): FATAL EXCEPTION: main
10-21 16:25:45.358: E/AndroidRuntime(3395): Process: com.jaison.glory, PID: 3395
10-21 16:25:45.358: E/AndroidRuntime(3395): java.lang.UnsatisfiedLinkError: Native method not found: com.sdkbox.plugin.SDKBox.nativeInit:(Ljava/lang/Object;Ljava/lang/ClassLoader;)V
10-21 16:25:45.358: E/AndroidRuntime(3395): at com.sdkbox.plugin.SDKBox.nativeInit(Native Method)
10-21 16:25:45.358: E/AndroidRuntime(3395): at com.sdkbox.plugin.SDKBox.init(SDKBox.java:71)
10-21 16:25:45.358: E/AndroidRuntime(3395): at com.sdkbox.plugin.SDKBoxActivity.onCreate(SDKBoxActivity.java:13)
10-21 16:25:45.358: E/AndroidRuntime(3395): at org.cocos2dx.lua.AppActivity.onCreate(AppActivity.java:36)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.Activity.performCreate(Activity.java:5231)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2148)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2233)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.ActivityThread.access$800(ActivityThread.java:135)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.os.Handler.dispatchMessage(Handler.java:102)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.os.Looper.loop(Looper.java:136)
10-21 16:25:45.358: E/AndroidRuntime(3395): at android.app.ActivityThread.main(ActivityThread.java:5001)
10-21 16:25:45.358: E/AndroidRuntime(3395): at java.lang.reflect.Method.invokeNative(Native Method)
10-21 16:25:45.358: E/AndroidRuntime(3395): at java.lang.reflect.Method.invoke(Method.java:515)
10-21 16:25:45.358: E/AndroidRuntime(3395): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
10-21 16:25:45.358: E/AndroidRuntime(3395): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
10-21 16:25:45.358: E/AndroidRuntime(3395): at dalvik.system.NativeStart.main(Native Method)
10-21 16:25:45.358: W/ActivityManager(454): Force finishing activity com.jaison.glory/org.cocos2dx.lua.AppActivity

This is my first time on SDKBox, and I will be very glad if I can use this instead of other packages for IAP, ADS and Rate & Share.
Thanks

Let’s ask at @yinjimmy to help us with this.

i’m fixing this issue.