Skip to content

Developing

Christine Tsou edited this page Dec 27, 2016 · 3 revisions

Below are the steps to begin developing for the Miracle Messages App:

  1. Clone from the master branch
  2. The master branch is currently missing two needed files, please obtain them from the head developers - app/build.gradle app/google-services.json
  3. 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.
  4. Restart Android Studio by going to File -> Invalidate Caches / Restart -> Invalidate and Restart
  5. Sync gradle and run!
Clone this wiki locally