-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
This page will offer a quick tutorial on how to get the Android SDK up and running.
First, there are a few things you will need to download and install: the JDK, Android Studio, and git for Windows or Mac. Linux users will want to use their package manager for the JDK and git.
You'll need to tell Android Studio where the Git executable is.
Then go to Tools->Android->SDK Manager and install the following packages:
Go to VCS->Checkout from Version Control->GitHub and enter your login credentials. If you don't have a GitHub account, you can either make one or just use the normal Git checkout. The repo URL is: https://github.com/WaterApps/water-plane-app.git
Now everything should work magically.
Unfortunately the copy of ADB (Android Debug Bridge) included with Android Studio is 32 bit, so if you're on a 64 bit system you'll need to install a separate copy of ADB or some 32 bit compatibility libraries.