-
Notifications
You must be signed in to change notification settings - Fork 36
Compilation guide
Kaustubh Patange edited this page Aug 8, 2020
·
13 revisions
Install Android Studio
You need this IDE in order to compile the project.
- Clone the repository with git.
git clone https://github.com/KaustubhPatange/Moviesy.git
- Due to IAP, some modules within the project are hidden which will make your build fail. But there is a
tar.gz
file that contains the skeleton structure of those files.
tar -xvzf art/module.tar.gz
- Run the build with the IDE or via Gradle.
./gradlew build