#!/bin/sh echo "Building normally (important for copying files)" sh ./Build.sh || exit $? cd Android ./gradlew installDebug || exit $?