mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
. ./.phonegap/config
|
||
|
|
||
|
# if there are no devices listed then emulate
|
||
|
|
||
|
|
||
|
ant debug install
|
||
|
adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY
|