Getting Started: Building a Project

As ChilliSource is a source engine, each target platform needs to be built using the appropriate IDE: Windows must be built from Visual Studio; iOS builds must be built from Xcode; and Android must be built from Android Studio. The following describes how to setup and build a project for each platform using their respective IDE.

Windows

iOS

Android

Windowsndk.dir=C\:\\Path\\android-ndk-r10e

OSX/Ubuntundk.dir=/Path/android-ndk-r10e

InstallApkExpansion

Android Notes

Where to Next?

Following the above instructions should be enough to build your project, though all you’ll get is a blank screen! The 3D Pong tutorial series is a good place to start learning how to develop a game in ChilliSource.