build and install Android apk
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Oct 2010 16:05:38 +0000 (18:05 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Oct 2010 16:05:38 +0000 (18:05 +0200)
android-build-install.sh [new file with mode: 0755]

diff --git a/android-build-install.sh b/android-build-install.sh
new file mode 100755 (executable)
index 0000000..7d84ef8
--- /dev/null
@@ -0,0 +1,8 @@
+cd core
+ant clean build-no-debug
+
+cd ../android
+ant
+
+cd ..
+adb install -r android/bin/BarcodeScanner-debug.apk