#!/bin/zsh export ANDROID_SDK=/opt/android-sdk-update-manager export PATH=$ANDROID_SDK/emulator:$ANDROID_SDK/tools:$PATH #emulator -accel on -avd thePhone -gpu host -delay-adb -no-boot-anim -no-window -no-snapshot-load -detect-image-hang #emulator -accel on -avd thePhone -gpu host -delay-adb -no-boot-anim -no-window -no-snapshot-load -detect-image-hang -use-system-libs -cores 4 #emulator -accel on -avd thePhone -gpu host -delay-adb -no-boot-anim -no-window #emulator -accel on -avd thePhone -gpu host -no-boot-anim -no-window -no-snapshot-load emulator -accel on -avd thePhone -gpu host -no-boot-anim -no-audio -no-skin -no-window -cores 4 -no-snapshot-load adb kill-server