cordova-android/bin/templates/project/cordova/debug
2012-02-03 10:38:40 -05:00

10 lines
149 B
Bash
Executable File

#! /bin/sh
. ./.cordova/config
# if there are no devices listed then emulate
ant debug install
adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY