- Download and install Android Studio.
- Download and install Git.
- Clone this repository:
git clone https://github.com/HackIllinois/android.git
- Open this project in Android Studio: a. Open Android Studio. b. Click "Open an existing Android Studio project" c. Select the "android" folder in the location that you cloned to.
- Create a
~/.gradle/gradle.properties
file at the root of your machine. a. If on Windows, this will beC:\Users\username\.gradle\gradle.properties
- Fill this follow with the following content:
a. You can either create your own Google Maps API Key, or contact one of the developers for our development key.
GOOGLE_MAPS_API_KEY=<API_KEY_HERE>
- In the cloned project, create an
app/google-services.json
file. You can get a copy of this file from one of the developers.