CC2.3.2, error: package com.sdkbox.plugin does not exist

After upgrading to CocosCreator 2.3.2 (from 2.0), this error raises.
public class AppActivity extends com.sdkbox.plugin.SDKBoxActivity
Reproduce:
create a new “hello-world” project in CocosCreator 2.3.2, build, compile and run => success.
Install SDKBox, import AdMob, build, compile => error.
Open AndroidStudio(3.6), make project, in Build Output,
“…proj.android-studio/src/org/cocos2dx/javascript/AppActivity.java:35: error: package com.sdkbox.plugin does not exist
public class AppActivity extends com.sdkbox.plugin.SDKBoxActivity {”
pls kindly help. Thank you.

plz add this line to the end of frameworks/runtime-src/proj.android-studio/app/build.gradle

dependencies { implementation fileTree(dir: '../libs', include: ['*.jar','*.aar']) }

this issue has been fixed on staging:

sdkbox import iap --staging

Thanks,

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.