Android application which shows study space "hotspots" and current usage, crowdsourced from students who are currently studying in the area.
Install Android Studio.
Generate a Google Maps SDK API key (step 1).
In the file app/src/debug/res/values/google_maps_api.xml
, replace the value of the placeholder key with your API key.
Build and run the Android application on a physical or virtual device.
Create a new file in the root directory to hold the secure keystore details:
cp keystore.properties.template keystore.properties
This file will be ignored by Git. Set your keystore information in this file.
Under Build, click Select Build Variant.
In the Build Variants view which appears, change the Active Build Variant from debug to release.
Build the application normally to your phone. The keystore credentials will be verified and applied.
Under Build, click Generate Signed Bundle / APK.
Follow the instructions, inputting your keystore path and credentials, to create a signed app which can be uploaded to the app store.