cordova-android/bin/templates/project/cordova/debug

10 lines
149 B
Plaintext
Raw Normal View History

#! /bin/sh
2012-02-02 09:45:49 +08:00
. ./.cordova/config
# if there are no devices listed then emulate
ant debug install
adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY