Files
cordova-android/bin/templates/project/cordova/debug
T
2012-04-19 17:25:19 -07:00

10 lines
158 B
Bash
Executable File

#! /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