In order to build project you need to supply correct API keys for MDB and YouTube.
Get MDB key.
Get YouTube key.
After you got your keys create keystore.properties file in root folder and put keys in it.
MovieDbSecretKey="YOUR-MDB-KEY"
YoutubeSecretKey="YOUR-YOUTUBE-KEY"After that you should be able to build project by running gradlew assembleDebug.
Running static analysis gradlew checkstyle, Unit & Integration tests gradlew testDebugUnitTest.