Skip to content
Leejjon edited this page Jan 13, 2014 · 6 revisions

JDK

Download the JDK, as of writing I was using JDK 7 update 45: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

After installing the JDK, make sure you can successfully run the java command on the command line (git bash).

Maven

Download and install maven, I'm using 3.0.4 (I'm not sure if newer versions give problems): http://maven.apache.org/docs/3.0.5/release-notes.html

After installing maven, make sure you can run it on the commandline.

Android SDK

Download the Android SDK: http://developer.android.com/sdk/index.html

In the Android SDK Manager, download the following stuff.

  • Android SDK Tools
  • Android SDK Platform-tools
  • Android SDK Build-tools
  • And versions of Android you want to support (the minimum version is Android Froyo)
Clone this wiki locally