summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-14 20:18:01 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-13 00:04:11 +0100
commitfd1d653f701285418a2bb3958bcc85fb2e1b33ec (patch)
treece00f31ec612e34c5b75fce77ff2731109c099f2
parent686993c2730d24fa0e171ff80aa27c87e85cb3ec (diff)
Debug does not wipe data.
Minor fixes in the other files.
-rwxr-xr-x[-rw-r--r--]compile-with-ndk.sh0
-rwxr-xr-xdebug.sh2
-rw-r--r--hosts-for-tests (renamed from hosts-for-android-emulator)0
3 files changed, 1 insertions, 1 deletions
diff --git a/compile-with-ndk.sh b/compile-with-ndk.sh
index f938afbf..f938afbf 100644..100755
--- a/compile-with-ndk.sh
+++ b/compile-with-ndk.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
diff --git a/hosts-for-android-emulator b/hosts-for-tests
index ab0cf906..ab0cf906 100644
--- a/hosts-for-android-emulator
+++ b/hosts-for-tests