- 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\bin
and run.\sdkmanager.exe "platform-tools"
(it will installadb
required 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
Path
and 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 Emulator
address. Runipconfig
to see ip configuration.
will it work with expo start command ?