cocos2d x - Cocos Studio: Cocos Framework is not installed error -
i installed cocos studio v2.3.3 c:\cocos using link non-framework included package on cocos2d-x.org site. unpacked cocos2d-x v3.9 using zip file provided c:\cocos\frameworks\cocos2d-x-3.9 - cocos studio doesn't recognize cocos2d-x framework installed.
when in platform section of preferences menu item under edit menu, show this: 
and expected, when try modify created project options, see this: 
i've tried suggestions posted in cocos2d-x forums, including not limited editing frameworks\frameworksversionlist.xml include entry cocos2d-x-3.9 (it there), editing cocos2d.ini file in tools\console\bin, removing various combinations , cocos environment variables , quite few others. none of solutions either or in combination 1 worked.
has gotten cocos studio work separate installation of cocos2d-x framework?
details of solution various things tried listed in blog post: http://vijay.tech/talks/solved-cocos-studio-cocos-framework-is-not-installed-error/ note post has registry edit script (.reg file) attached convenience.
but essential steps listed here:
- download , install cocos windows v2.3.3 (the 1 without framework) c:\cocos
- download , unzip cocos2d-x-3.9.zip c:\cocos\frameworks\cocos2d-x-3.9
- manually create following registry entries on windows (64 bit):
hklm\software\wow6432node\cocosframework\installdirreg_sz , setc:\cocoshklm\software\wow6432node\cocosframework\3.9\engineversionreg_sz , setcocos2d-x-3.9hklm\software\wow6432node\cocosframework\3.9\pathreg_sz , setc:\cocos\frameworks\cocos2d-x-3.9
- create file named
versioncontentscocos2d-x-3.9inc:\cocos\frameworks\cocos2d-x-3.9 - if want android development, android sdk, android ndk, ant , jdk paths should set in platform section of edit/preferences menu item, else skip step.
Comments
Post a Comment