Changes between Version 1 and Version 2 of GameDevelopment/Cocos/CocosStudioCocosFrameworkIsNotInstalledError
- Timestamp:
- Feb 19, 2016, 2:45:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GameDevelopment/Cocos/CocosStudioCocosFrameworkIsNotInstalledError
v1 v2 12 12 The Preference menu item in the Edit menu looks like this: 13 13 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)]] 15 15 16 16 When 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): … … 31 31 1. 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` 32 32 1. 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` 36 36 1. Create a file named `version` with the contents `cocos2d-x-3.9` in `C:\Cocos\frameworks\cocos2d-x-3.9` 37 37 1. 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.