verbose output while building
[zxing.git] / android-build-install.sh
index 7d84ef8..2573e8a 100755 (executable)
@@ -1,8 +1,11 @@
+#!/bin/sh -x
+
 cd core
 ant clean build-no-debug
+cd -
 
-cd ../android
+cd android
 ant
+cd -
 
-cd ..
 adb install -r android/bin/BarcodeScanner-debug.apk