Skip to content

Instantly share code, notes, and snippets.

@abcprintf
Last active October 17, 2018 07:58
Show Gist options
  • Save abcprintf/a1b90f74851e94897cfb9ef524a363a3 to your computer and use it in GitHub Desktop.
Save abcprintf/a1b90f74851e94897cfb9ef524a363a3 to your computer and use it in GitHub Desktop.
command line react-native open Emulator.exe
#Install Android Studio
- Sdk
#SET Environment Variables
- Path
- Andorid Sdk
- emulator
- platform-tools
#Command Line
-emulator -list-avds
-emulator -avd Nexus_5X_API_26 -gpu off //start emulator
-react-native run-android // start project
** run chmod 755 android/gradlew inside your app root folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment