win10 + lightning simulator development project React-Native

win10 + lightning simulator React-Native development project (no need to Andrews real machine)

Project run
1, vscode editor to open the project

2. Open the lightning simulator

3, under the project root directory command window, run the following command:

yarn android

4, rn project mounted on the simulator, open cmd

adb root
adb remount

If the message 'adb' is not an internal or external command, operable program run
or batch file.
Said adb is not installed, you need to manually install

Network disk download
link: https://pan.baidu.com/s/1bl4MF4FEZrXaMq5HR3n9gQ extraction code: iafj

Unzip
the package unzip the download is complete, the package into your computer you think of a better place
to set environment variables (windows10 for example)
, right-click on My Computer = "Properties =" left side of the Advanced System Settings = " bottom right environment variable
Here Insert Picture Description
to find just installed adb root directory, fill into the path of
Here Insert Picture Description
open cmd

adb

If the version information appears on behalf of the successful
remount to

adb root
adb remount

Published 10 original articles · won praise 6 · views 325

Guess you like

Origin blog.csdn.net/qq_44993284/article/details/104350861