- Download and install Android Studio
- Download and install Git and GitHub Desktop (optional)
-
Clone the repository.
git clone https://github.com/HackIllinois/android.git -
Open the project in Android Studio.
- Open Android Studio
- Click "Open an existing Android Studio project"
- Select the
androidfolder in the location that you cloned to
-
On your computer, create a
~/.gradle/gradle.propertiesfile in the generated.gradlefolder.- If on Windows, this will be
C:\Users\username\.gradle\gradle.properties
- If on Windows, this will be
-
Fill this
gradle.propertiesfile with the following text:GOOGLE_MAPS_API_KEY=<API_KEY_HERE>- The
<API_KEY_HERE>should be replaced with the Google Maps API Key. You you can use your own key or contact one of the developers for our development key.
- The
-
Back in the cloned project in Android Studio, create an
app/google-services.jsonfile.- You can get a copy of this file from one of the developers
Note: steps 3 & 4 are only necessary if the app uses the Google Maps API (current 2024 version doesn't)







