adb install-multiple app/build/outputs/apk/debug/app-debug.apk favorite/build/outputs/apk/debug/favorite-debug.apk
open local.properties, create if not exists
touch local.properties
vim local.properties
- variable Please make sure these three variables exist
ACCESS_TOKEN=[your-token]
BASE_URL=https://api.themoviedb.org/3/
BASE_URL_IMAGE=https://image.tmdb.org/t/p/w500
cd ~/project
gradlew clean
gradlew build