aboutsummaryrefslogtreecommitdiff
path: root/scripts/start_emulator.sh
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2016-06-17 00:22:13 +0000
committerMenny Even Danan <menny@evendanan.net>2016-06-17 00:22:13 +0000
commit2380aee0265b2c651e82f6292461d57c171dc9b5 (patch)
tree051e7ea98d5ddc843474b534a060a7863aa82d82 /scripts/start_emulator.sh
parent487e8c4eb20582f5aeaab9ad94446907f3ce6931 (diff)
downloadAnySoftKeyboard-2380aee0265b2c651e82f6292461d57c171dc9b5.tar.gz
AnySoftKeyboard-2380aee0265b2c651e82f6292461d57c171dc9b5.tar.bz2
bumping build-tools for start_emulator
Diffstat (limited to 'scripts/start_emulator.sh')
-rwxr-xr-xscripts/start_emulator.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/start_emulator.sh b/scripts/start_emulator.sh
index 82242dc85..c25978e20 100755
--- a/scripts/start_emulator.sh
+++ b/scripts/start_emulator.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DEFAULT_API=23
-BUILD_TOOLS="23.0.3"
+BUILD_TOOLS="24.0.0"
function print_help_and_exit() {
echo "./start_emulator.sh [options]"
@@ -104,7 +104,7 @@ echo "Starting emulator with API ${API} and is-tablet=${IS_TABLET}..."
HEADLESS_ARGS=""
if [ ${HEADLESS} -eq 1 ]; then
echo "Headless mode!"
- #-noaudio removed till emulator bug fixed
+ #-noaudio removed till emulator bug fixed (does not work on macOS)
HEADLESS_ARGS="-no-skin -no-window"
fi
#>/dev/null 2>&1 &