launch_android: Assume that emulator is in the path

This commit is contained in:
Vishesh Handa
2019-02-13 20:42:04 +01:00
parent 1cbcf1bfaa
commit 0a6d6f63ee

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eux
~/Library/Android/sdk/tools/emulator -avd Nexus_7_API_27
emulator -avd Nexus_7_API_27