Changes between Version 1 and Version 2 of GameDevelopment/Cocos/CocosStudioCocosFrameworkIsNotInstalledError


Ignore:
Timestamp:
Feb 19, 2016, 2:45:30 PM (8 years ago)
Author:
Vijay Varadan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GameDevelopment/Cocos/CocosStudioCocosFrameworkIsNotInstalledError

    v1 v2  
    1212The Preference menu item in the Edit menu looks like this:
    1313
    14 [[Image(htdocs:images/cocos/cocos-framework-is-not-installed.png, alt="cocos-framework-is-not-installed" align=center)]]
     14[[Image(htdocs:images/cocos/cocos-framework-is-not-installed.png, alt="cocos-framework-is-not-installed", align=center)]]
    1515
    1616When I try to create a project and then add C++ as an option later, it looks like this (no engine is recognized and C++ radio option in the Project Language section is grayed out):
     
    31311. Download and unzip [http://www.cocos2d-x.org/filedown/cocos2d-x-3.9.zip cocos2d-x-3.9.zip] to `C:\Cocos\frameworks\cocos2d-x-3.9`
    32321. Download [htdocs:docs/cocos/cocos-framework.reg_.txt this .REG file], change the name from `cocos-framework.reg_.txt` to `cocos-framework.reg` and run it. Alternately, you can manually create the following registry entries on Windows (64 bit):
    33 1. `HKLM\Software\Wow6432Node\CocosFramework\InstallDir` as a REG_SZ and set it to `C:\Cocos`
    34 1. `HKLM\Software\Wow6432Node\CocosFramework\3.9\EngineVersion` as a REG_SZ and set it to `cocos2d-x-3.9`
    35 1. `HKLM\Software\Wow6432Node\CocosFramework\3.9\Path` as a REG_SZ and set it to `C:\Cocos\frameworks\cocos2d-x-3.9`
     33   1. `HKLM\Software\Wow6432Node\CocosFramework\InstallDir` as a REG_SZ and set it to `C:\Cocos`
     34   1. `HKLM\Software\Wow6432Node\CocosFramework\3.9\EngineVersion` as a REG_SZ and set it to `cocos2d-x-3.9`
     35   1. `HKLM\Software\Wow6432Node\CocosFramework\3.9\Path` as a REG_SZ and set it to `C:\Cocos\frameworks\cocos2d-x-3.9`
    36361. Create a file named `version` with the contents `cocos2d-x-3.9` in `C:\Cocos\frameworks\cocos2d-x-3.9`
    37371. If you also want to do Android development, then Android SDK, Android NDK, Ant and JDK paths should be set in the Platform section of the !Edit/Preferences menu item, else skip this step.