今天运行RN项目时,遇到这个错误:
根据错误描述的是不能加载assets下的index.android.bundle。
并且在Genymotion存在这个问题,Android Studio自带虚拟机反而不会。
上stackoverflow查了下。给出这样的解决步骤:
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
这个问题就解决了。(暂时不清楚是什么原因,后面有空再来研究下)
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。