Cocos Creator 3.0 SDKBox Extension issue

Hello Cc community ,
Recently i have checked Cocos creator 3.0 Extension Store , Finally the extension i was waiting For
SDKBox .
Thanks to the cc team for the great support , but unfortunately after installing the extension to a fresh Cc 3.0 Project This happens .
Steps that i have followed installing the Extension :

  1. Create New Cc 3.0 Project

  2. Set-up native development to publish to android

  3. Build Successfully The project

  4. Launch the extension
    image

  5. After launching the extension this window pops up
    image

The issue was that the “update SDKBox Installer” Never finishes loading and it stuck at this progress .

maybe the sdkbox installer install failed.

you can run following cmd to install manually:

python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py').read(); exec(s)"""

and then, reopen cocos creator and try.

https://docs.cocos.com/creator/manual/en/sdk/sdkbox.html

Above link might help you

Hi @htlxyz Thank you for your help !
i have tried installing sdkbox using the command you provided .
I have successfully installed SDKBox command line tool but after i have opened my Cocos 3.0 Project
and launch SDKBox extension GUI
It got stuck again but this time we have more progress than before

image

i have tried installing plugins to my project through the SDKBox command line tool

For Example Admob : (Failed)

image

LOG :
image

Using the sdkbox import admob again

image

Some Other plugins install attempt :

image

#FATAL: 'options'

you create a task, but havn’t finish it. so creator will create a undefined task. and sdkbox installer can’t handle it.

this is sdkbox installer’s issue. i will release a hot fix in a week.

1 Like

Hi @htlxyz , Any updates about the plugin support for cc3.0

I will release a new version later today.
If you want to use it now, you can use the following package.

unzip and replace ~/.sdkbox/bin
sdkbox_installer.zip (333.8 KB)

1 Like