- Download and install emulator - https://www.visualstudio.com/vs/msft-android-emulator/
- Download commandline tools (see bottom of page) - https://developer.android.com/studio/index.html
- Unzip archive to
C:\Program Files (x86)\Android SDK - Go to
C:\Program Files (x86)\Android SDK\tools\binand run.\sdkmanager.exe "platform-tools"(it will installadbrequired by react native) - Specify SDK path:
- Open registry editor (Win+R, enter "regedit.exe")
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ - Add new folder (key) with name
Android SDK Tools - Add new string value with name
Pathand valueC:\Program Files (x86)\Android SDK
To start app launch emulator device and then run npm run android in project folder
- Invalid arguments (3) error in the Emulator logs. Try to repair Emulator in the Uninstall or change program.
- Expo timeout error. Try to use
Windows Phone Emulatoraddress. Runipconfigto see ip configuration.
will it work with expo start command ?