1#!/bin/bash
2
3cd src/IorapTestApp
4./gradlew build
5echo "The output apk is \"IorapTestApp/app/build/outputs/apk/debug/app-debug.apk\""
6