- 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.
- 用“芯”探核:龍芯派開發(fā)實(shí)戰(zhàn)
- Raspberry Pi 3 Cookbook for Python Programmers
- Augmented Reality with Kinect
- SDL Game Development
- BeagleBone By Example
- 硬件產(chǎn)品經(jīng)理成長手記(全彩)
- Mastering Manga Studio 5
- 電腦軟硬件維修從入門到精通
- OUYA Game Development by Example
- 深入理解序列化與反序列化
- Blender Quick Start Guide
- 基于PROTEUS的電路設(shè)計(jì)、仿真與制板
- Mastering Machine Learning on AWS
- 計(jì)算機(jī)電路基礎(chǔ)(第2版)
- 單片機(jī)原理及應(yīng)用