React native + 安卓模拟器

2019-07-25  本文已影响0人  younglaker

https://expo.io/learn

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
上一篇 下一篇

猜你喜欢

热点阅读