To build a development version of the app from source, follow the instructions outlined below.
-
Download and install Android Studio
-
Clone the project or a fork of it to your local development machine
-
Import the project into Android Studio
-
Sync Project with Gradle files to download all the dependencies
-
Open the SDK manager to install the required Android SDK Tools and Android SDK Build-tools
-
Required:
- Create a new file in the main directory called
gradle.properties
- Input Fabric API Key. If you don't have one, use
fabricApiKey=000
- Create a new file in the main directory called
-
Build the project