#!/bin/bash
mkdir eventstream_temp
cd eventstream_temp
curl -o EventStream.apk $APK_URL
$1/adb install EventStream.apk
cd ..
exit
