【发布时间】:2016-08-02 22:59:42
【问题描述】:
我正在使用 genymotion 2.6.0,android api23,react-native。
我已经使用 cmd 创建了项目 react-native run-android
对于 js 服务器,我使用了 npm start
项目已创建,我正在尝试在 genymotion 上运行该项目..
if I tried to reload the error change to this
我试过 adb reverse TCP:8081 TCP:8081
还为设备设置 /debug/ debugserver 主机和端口
我在这里写了我的 IPAddress 即 192.168.30.2:8081
【问题讨论】:
标签: android node.js react-native genymotion