From 2380aee0265b2c651e82f6292461d57c171dc9b5 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Thu, 16 Jun 2016 20:22:13 -0400 Subject: bumping build-tools for start_emulator --- scripts/start_emulator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/start_emulator.sh') 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 & -- cgit v1.2.3