mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
auto launching on debug
This commit is contained in:
parent
2f9060dd3e
commit
ffdb240114
@ -48,3 +48,7 @@ echo '</manifest>' >> $PROJECT_PATH/AndroidManifest.xml
|
||||
# copy in plugins.xml
|
||||
mkdir -p $PROJECT_PATH/res/xml
|
||||
cp ./bin/templates/plugins.xml $PROJECT_PATH/res/xml/plugins.xml
|
||||
|
||||
# leave the id for launching
|
||||
touch $PROJECT_PATH/package-activity
|
||||
echo $PACKAGE/$PACKAGE.$ACTIVITY > $PROJECT_PATH/package-activity
|
||||
|
Loading…
Reference in New Issue
Block a user