Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Android Deployment Setup

JoshEngebretson edited this page May 16, 2017 · 14 revisions

Android Deployment – Setup

IMPORTANT: Projects which use C++, JavaScript, and TypeScript can be deployed directly from the Atomic Editor. C# Android projects use the Xamarin mobile stack and must be deployed using Visual Studio, Visual Studio for Mac, or MonoDevelop.

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 command prompt (windows) or terminal (mac) and type java -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.


Clone this wiki locally