mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Add a script to launch the a virtual Android instance
This commit is contained in:
4
launch_android.sh
Executable file
4
launch_android.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
~/Library/Android/sdk/tools/emulator -avd Nexus_7_API_27
|
Reference in New Issue
Block a user