Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created July 21, 2020 17:20
Show Gist options
  • Save pedrofaria/9df852d90c3ebc3e9a871df7e6ff9212 to your computer and use it in GitHub Desktop.
Save pedrofaria/9df852d90c3ebc3e9a871df7e6ff9212 to your computer and use it in GitHub Desktop.
#!/bin/sh
export ANDROID_HOME="$HOME/Library/Android/sdk"
export DYLD_LIBRARY_PATH="$ANDROID_HOME/emulator/lib64:$ANDROID_HOME/emulator/lib64/qt/lib"
$ANDROID_HOME/emulator/qemu/darwin-x86_64/qemu-system-x86_64 -netdelay none -netspeed full -avd Pixel_2_API_30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment