- Learning Cocos2d-x Game Development
- Siddharth Shekar
- 327字
- 2021-08-05 18:00:21
Running the project on multiple platforms
The same project can be run on different platforms. Let's see a few examples of the same project, running on Windows (desktop mode), Windows RT (tile mode), iOS, and Android with ease and with no need to rewrite the code for different languages.
Running the project on Windows (desktop mode)
To run the project on Windows desktop, go to the project's folder and open the proj.win32
folder and double-click on wp8Game.sln
in desktop mode.
Once Visual Studio opens, click on Local Machine to build and run the project. Once built, you should see it running:

Running the project on Windows RT (tile mode)
To run the project in Windows RT mode, you will need the Visual Studio 2012 Professional or Ultimate edition. The following steps will help you run the project on Windows RT:
- In the project's folder, instead of
proj.win32
, openproj.winrt
. - Double-click on
wp8Game.sln
to open it in Visual Studio 2012. - Select Local Windows Debugger in the drop-down list next to the green triangle button on the toolbar and click on it.
- Once it has been built, it will open in fullscreen mode, as shown in the following screenshot:
Running the project on the iPhone simulator using Xcode
You can even take a copy of the Cocos2d-x 2.2.3 folder to a Mac and run it on the simulator. Just install the Xcode IDE; go to the proj.ios
folder and double-click on the Xcode project and that's all! You should now see the project running on an iOS simulator:

Running the project on an Android simulator using Eclipse
Running the project on Eclipse on an Android simulator is a long process, so I am just showing you the output on the Android Virtual Device (AVD):

Later in the book, we will also see how to configure the IDEs to run the project on an iOS simulator on Mac using the Xcode IDE and on Android simulator using the Eclipse IDE.
- Augmented Reality with Kinect
- 龍芯應用開發標準教程
- 電腦維護365問
- Large Scale Machine Learning with Python
- OUYA Game Development by Example
- Blender Game Engine:Beginner's Guide
- 圖解計算機組裝與維護
- 3D Printing Blueprints
- 單片機原理與技能訓練
- 計算機組成技術教程
- The Reinforcement Learning Workshop
- Hands-On One-shot Learning with Python
- ActionScript Graphing Cookbook
- DevOps實戰:VMware管理員運維方法、工具及最佳實踐
- 3D打印:Geomagic Design X5.1 逆向建模設計實用教程