mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-08 07:32:53 +08:00
10 lines
158 B
Bash
Executable File
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
|