Using automatic installer with Cocos2d v2.2.6?

It appears the automatic installer of SDKBox is only compatible with v3+, is this correct? I don’t see any notice explaining this on the documentation website and since SDKBox itself is still 2.2.6 compatible I thought the automated installer script would work without having to do things manually. However, it seems to depend on COCOS_CONSOLE_ROOT which does not exist in 2.x?

What is the error you are getting. SDKBOX should work with 2.2.6 without issue.

Hi. It does work but only when I do the full manual installation process of SDKBox and components. I was trying to follow the “installer” approach to make things easier as it is promoted often, but it seems to not work for 2.x versions.

If I create the COCOS_CONSOLE_ROOT environment variable and point to 2.2.6 console bin folder I get error:

COCOS_CONSOLE_ROOT invalid F:/android/cocos2d-x-2.2.6/tools/cocos2d-console/console/bin/

If I install v3 console and point to it for COCOS_CONSOLE_ROOT, then I get error:

failed to find cocos2d-x installation directory

The SDKBox files are in root of my Cocos2d directory. It is OK to do the install manually but want to make sure it is not possible to do automated install for 2.x

Installing manually is fine, takes a little longer. I would try to debug the installer so that you can use it going forward. It also allows updates to be applied.

Can you run the following and paste the output?

sdkbox symbols -vv

That’s 2 v’s not 1 w