我正在尝试为Android4.1.2构建一个react原生应用程序
我编译了这个应用程序OK,然后得到一个红色屏幕与“无法获得本机呼叫队列”消息。
在推荐的解决方案中:使用亚行反向tcp:8081 tcp:8081两次获得“关闭端口错误”。既然亚行的反向操作只在Android 5中进行,我如何才能使其正常工作?
其他问题:是否有可能拔出手机,离开服务器调试wifi覆盖范围,在街上测试应用程序?(我想在科多瓦我们可以)
谢谢你的回复。
发布于 2018-07-01 15:06:39
mkdir android/app/src/main/assetsindex.android.js,它是index.js:cp index.js index.android.js的克隆react-native linkcurl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle"react-native run-androidhttps://stackoverflow.com/questions/37482091
复制相似问题