summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-05-29 16:16:56 +0200
committerParménides GV <parmegv@sdf.org>2013-05-29 16:16:56 +0200
commit4662ceb3ad0dfe9b8fef188fac5669cf9489cb06 (patch)
tree0e34aed85f6032c7962f50de37ec03738d1f85ef
parent112b45fc3597e81783ba77c57f3b70ea32434831 (diff)
Setting the name and the target in compile.sh
Name is mandatory, if not provided android chooses "MainActivity" and adb install command fails because "LEAP Android-debug.apk" does not exist. Target is not mandatory, but for future references (if anybody wants to change the target, they can do it easier) I've added that flag to the command.
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 627728cb..2c50e029 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-android update project --path .
+android update project --path . --name "LEAP Android" --target android-16
ant debug