Skip to content

Android Deployment Setup

LaraEngebretson edited this page Oct 13, 2015 · 12 revisions

Android Deployment – Setup

The following steps describe how to setup the development environment for Android deployment.


1. Install Java JDK

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 terminal and type javac -version

2. Install Android SDK

3. Download Apache Ant

Download Apache Ant: http://ant.apache.org/bindownload.cgi

4. Install Device Drivers

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

Clone this wiki locally