Description here...
Clone the repository and navigate into the directory:
git clone https://github.com/nwhacks-2020/rebuild.git
cd rebuild/
Install Android Studio and import the project.
Generate a Google Maps SDK API key (step 1).
Duplicate the Google Maps API key template file to hold the API key:
cp Rebuild/app/src/debug/res/values/google_maps_api_template.xml Rebuild/app/src/debug/res/values/google_maps_api.xml
In the new file Rebuild/app/src/debug/res/values/google_maps_api.xml
, uncomment the line with the key and replace the value of the placeholder with your API key. This new file will not be tracked by Git.
Build and run the Android application on a physical or virtual device.