npm install -g expo-cli
expo init my-new-project
下载网易mumu安卓模拟器
https://mumu.163.com/
http://mumu.163.com/2017/12/19/25241_730476.html?type=notice
添加adb,执行
$ adb kill-server && adb server && adb shell
image.png
查看
$ adb devices
image.png
开启模拟器USB调试模式
image.png
image.png
开启项目
cd my-new-project
expo start
image.png
image.png
image.png
image.png














网友评论