forked from github/cordova-android
10 lines
150 B
Bash
Executable File
10 lines
150 B
Bash
Executable File
#! /bin/sh
|
|
|
|
. ./.phonegap/config
|
|
|
|
# if there are no devices listed then emulate
|
|
|
|
|
|
ant debug install
|
|
adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY
|