From fd1d653f701285418a2bb3958bcc85fb2e1b33ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 14 Aug 2013 20:18:01 +0200 Subject: Debug does not wipe data. Minor fixes in the other files. --- debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.sh') diff --git a/debug.sh b/debug.sh index 04e0fed0..9a19bf31 100755 --- a/debug.sh +++ b/debug.sh @@ -22,7 +22,7 @@ wait_until_booted() { echo "Emulator booted!" } -emulator -wipe-data @$avd_name & # If you want to test the app from scratch +emulator @$avd_name & # If you want to test the app from scratch wait_until_booted adb install -r $PROJECT_FOLDER/bin/LEAP\ Android-debug.apk # Install the new version of the application adb shell am start -D se.leap.bitmaskclient/.Dashboard # Run app -- cgit v1.2.3