-
Notifications
You must be signed in to change notification settings - Fork 0
Developing
Christine Tsou edited this page Dec 27, 2016
·
3 revisions
- Clone from the master branch
- The master branch is currently missing two needed files, please obtain them from the head developers - app/build.gradle app/google-services.json
- Change the gradle buildscript to match your current Android Studio version if the gradle is not building correctly. Change it in the main project build.gradle (project's main directory) and the app's build.gradle (app's main directory) as necessary. I only had to change it in the app's build.gradle.
- Restart Android Studio by going to File -> Invalidate Caches / Restart -> Invalidate and Restart
- Sync gradle and run!