Instruct mac users to restart after installing HAXM

(cherry picked from commit b53fe60)
This commit is contained in:
charitha 2017-03-29 09:45:34 +05:30
parent 52060c9d40
commit 572d85dbd1

View File

@ -151,7 +151,8 @@ runEmulator(){
rm haxm-macosx_r6_0_5.zip rm haxm-macosx_r6_0_5.zip
./"HAXM installation" -m 2048 -log $SCRIPT_HOME/haxm_silent_run.log ./"HAXM installation" -m 2048 -log $SCRIPT_HOME/haxm_silent_run.log
echo " Done!" echo " Done!"
echo echo "Please restart your computer and run this script again."
exit
fi fi
cd $SCRIPT_HOME cd $SCRIPT_HOME
$ANDROID_TRYIT_SDK_HOME/platform-tools/adb kill-server $ANDROID_TRYIT_SDK_HOME/platform-tools/adb kill-server