This repository contains the source code of android template 1 of Pitch android application.
- Go to the project repo and click the
Forkbutton - Clone your forked repository :
https://github.com/prasang7/Pitch-Template-1.git - Move to android project folder
cd source-code - Open the project with Android Studio
All dependencies are defined in source-code/app/build.gradle. Import the project in Android Studio or use Gradle in command line:
./gradlew assembleRelease
The result apk file will be placed in source-code/app/build/outputs/apk/.