From 7fddab07f4c8e054a489285097623172b853912f Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 23 Jan 2012 09:51:12 +0000 Subject: android: re-installs can fail silently, remove tree before install --- android/qa/desktop/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'android/qa') diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 4578657a1f80..c6ddf59ac5df 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -177,6 +177,7 @@ build-ant: copy-stuff unset JAVA_HOME && ant debug install: copy-stuff + adb shell rm -r $(APP_DATA_PATH) unset JAVA_HOME && ant debug install @echo @echo 'Run it with "make run"' -- cgit