forked from AtomicGameEngine/AtomicGameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Android Deployment Setup
LaraEngebretson edited this page Oct 13, 2015
·
12 revisions
The following steps describe how to setup the development environment for Android deployment.
Download and install the latest Java JDK from Oracle: http://www.oracle.com/technetwork/java/javase/downloads/index.html
To check if the JDK is already installed, open a command prompt (windows) or terminal (mac) and type java -version
- Download and install the latest Android SDK: http://developer.android.com/sdk/index.html
- Follow the instructions under “Installing the SDK”
Download Apache Ant: http://ant.apache.org/bindownload.cgi
Connect the Android device via USB.
On Windows: If the device is not recognized automatically, visit the manufacturer's website and download/install the latest drivers.
On Mac: No additional drivers should be required.
Next Up: Building From the Editor
Home | Copyright (c) 2014 - 2016 THUNDERBEAST GAMES LLC
Building From Source
- Quick and Easy Method
- Building using Visual Studio 2015
- Building using XCode
- Building using QtCreator
Android Deployment