Skip to content

Compilation guide

Kaustubh Patange edited this page Aug 8, 2020 · 13 revisions

You need this IDE in order to compile the project.

Setup:

  • 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
Clone this wiki locally