Skip to content

Instantly share code, notes, and snippets.

@sheppardjm
Last active October 17, 2022 18:22
Show Gist options
  • Save sheppardjm/6a0afd17c607ac2f1593a4856bef93d9 to your computer and use it in GitHub Desktop.
Save sheppardjm/6a0afd17c607ac2f1593a4856bef93d9 to your computer and use it in GitHub Desktop.
Android/iOS simulator cli workarounds for expo errors
# Android Sim fails to open
$ {/Path/To/Library/Android/sdk/emulator/emulator} {@Device_API_#}
# Expo Go fails to install on Android emulator
$ adb -s {emulator-name} install {/Path/To/.expo/android-apk-cache/Exponent-2.22.3.apk}
# List iOS simulator devices
$ xcrun simctl list devices
#List Android emulator devices
$ adb devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment