You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Cocos2d-JS Lite version](http://www.cocos2d-x.org/filecenter/jsbuilder)
48
47
49
48
How to start a new game
50
49
-----------------------
51
50
52
-
1. Download the code from [cocos2d download site][4] or clone this repo (instructions above)
51
+
1. Download the code from [cocos2d download site](http://www.cocos2d-x.org/download) or clone this repo (instructions above)
53
52
2. Run `setup.py`
54
53
3. Run the `cocos` script
55
54
@@ -65,7 +64,7 @@ You can also create a JS project or Lua project with `-l js` or `-l lua`.
65
64
66
65
### Build and run a new project for Android ###
67
66
68
-
Cocos2d-x supports Android Studio. Simple open the `proj.android` directory from within the Android Studio environment. More information can be found in our [documentation](http://www.cocos2d-x.org/docs/cocos2d-x/en/installation/Android-Studio.html).
67
+
Cocos2d-x supports Android Studio. Simple open the `proj.android` directory from within the Android Studio environment. More information can be found in our [documentation](https://docs.cocos2d-x.org/cocos2d-x/v3/en/installation/Android-Studio.html).
69
68
70
69
### Build and run a new project for iOS ###
71
70
@@ -125,7 +124,7 @@ Documentations and samples
125
124
-------------
126
125
*[All Docs in a single place!](http://cocos2d-x.org/docs/)
127
126
*[Online API Reference](http://cocos2d-x.org/docs/api-ref/index.html)_Note that Cocos2d-x, Cocos2d-JS and Cocos Creator have different API set_
0 commit comments