【发布时间】:2018-06-27 04:48:13
【问题描述】:
我已确保捆绑程序和模拟器正在运行。
如果我使用这个推荐
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
当我在模拟器中按 rr 时,它可能会起作用,但不会发生刷新。
我也尝试过反转 abd adb reverse tcp:8081 tcp:8081。
没有什么对我有用。
【问题讨论】:
-
嗨,请检查我的问题stackoverflow.com/questions/45229579/…我希望它有效
-
嗨,我已经试过了,但还是不行
标签: android node.js react-native