From 3835144b93f2212db72313eb2d414fb44133ab9d Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Thu, 19 Apr 2012 17:25:19 -0700 Subject: [PATCH] [CB-473] run ant clean before ant debug install --- bin/templates/project/cordova/debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/cordova/debug b/bin/templates/project/cordova/debug index 8dd31874..0bac2c79 100755 --- a/bin/templates/project/cordova/debug +++ b/bin/templates/project/cordova/debug @@ -4,6 +4,6 @@ # if there are no devices listed then emulate - +ant clean ant debug install adb shell am start -n $PACKAGE/$PACKAGE.$ACTIVITY