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: platform section of preferences menu item showing cocos framework not installed

and expected, when try modify created project options, see this: project options dialog showing no engine installed

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:

  1. download , install cocos windows v2.3.3 (the 1 without framework) c:\cocos
  2. download , unzip cocos2d-x-3.9.zip c:\cocos\frameworks\cocos2d-x-3.9
  3. manually create following registry entries on windows (64 bit):
    1. hklm\software\wow6432node\cocosframework\installdir reg_sz , set c:\cocos
    2. hklm\software\wow6432node\cocosframework\3.9\engineversion reg_sz , set cocos2d-x-3.9
    3. hklm\software\wow6432node\cocosframework\3.9\path reg_sz , set c:\cocos\frameworks\cocos2d-x-3.9
  4. create file named version contents cocos2d-x-3.9 in c:\cocos\frameworks\cocos2d-x-3.9
  5. 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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -