#! /bin/sh

. ./.cordova/config

# if there are no devices listed then emulate

ant clean
ant debug install
adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY
