mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
cli moving to a phonegap folder, local to the proj and tests
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
|
||||
. ./.phonegap/config
|
||||
|
||||
# if there are no devices listed then emulate
|
||||
|
||||
|
||||
ant debug install
|
||||
adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY
|
||||
Reference in New Issue
Block a user