Skip to content

Instantly share code, notes, and snippets.

@balinux
Last active October 5, 2019 15:23
Show Gist options
  • Save balinux/51811565dda15703197a5075f4792ef0 to your computer and use it in GitHub Desktop.
Save balinux/51811565dda15703197a5075f4792ef0 to your computer and use it in GitHub Desktop.
react native tips and trick
kumpulan tips react native
@balinux
Copy link
Author

balinux commented Oct 2, 2019

run emulator form CLI

move to dir C:\Users\USDI_RIO\AppData\Local\Android\Sdk\emulator

List Emulator

emulator -list-avds

Run Emulator

emulator -avd @name of emulator

add to windows path (optional)

  • go to environment variables
  • clint environment variables
  • system variables clict path variables
  • new and paste ``C:\Users\USDI_RIO\AppData\Local\Android\Sdk\emulator`

@balinux
Copy link
Author

balinux commented Oct 5, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment