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. --- compile-with-ndk.sh | 0 debug.sh | 2 +- hosts-for-android-emulator | 10 ---------- hosts-for-tests | 10 ++++++++++ 4 files changed, 11 insertions(+), 11 deletions(-) mode change 100644 => 100755 compile-with-ndk.sh delete mode 100644 hosts-for-android-emulator create mode 100644 hosts-for-tests diff --git a/compile-with-ndk.sh b/compile-with-ndk.sh old mode 100644 new mode 100755 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-android-emulator deleted file mode 100644 index ab0cf906..00000000 --- a/hosts-for-android-emulator +++ /dev/null @@ -1,10 +0,0 @@ -127.0.0.1 localhost -10.0.2.2 api.lvh.me -10.0.2.2 lvh.me - -# The following lines are desirable for IPv6 capable hosts -::1 ip6-localhost ip6-loopback -fe00::0 ip6-localnet -ff00::0 ip6-mcastprefix -ff02::1 ip6-allnodes -ff02::2 ip6-allrouters diff --git a/hosts-for-tests b/hosts-for-tests new file mode 100644 index 00000000..ab0cf906 --- /dev/null +++ b/hosts-for-tests @@ -0,0 +1,10 @@ +127.0.0.1 localhost +10.0.2.2 api.lvh.me +10.0.2.2 lvh.me + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters -- cgit v1.2.3