Unable to load script from assets 'index.android.bundle' 出错?

Posted WORTLIU

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to load script from assets 'index.android.bundle' 出错?相关的知识,希望对你有一定的参考价值。

野路子太多,坑人真的!F**k

言归正传,当你运行 react native 程序的时候出现这个错误 ,如果您使用Windows,请按以下方式运行命令,或者如果出现错误“无法找到条目文件index.android.js”,那么我这一招能救你

第一步(创建缺失的目录):mkdir android\app\src\main\assets
第二步(在创建好的目录添加程序需要的文件):react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
第三步:react-native run-android

好了,继续嚼着黄连敲代码吧!

以上是关于Unable to load script from assets 'index.android.bundle' 出错?的主要内容,如果未能解决你的问题,请参考以下文章

Unable to load script from assets 'index.android.bundle' 出错?

unable to load script from assets 和could not connect to development server解决方案

项目初始化以后出现:Unable to load script from assets 'index.android.bundle

Unable to load script from assets 'index.android.bundle'.make sure you bundle is packaged co

react native中Unable to load script from assets 'index.android.bundle'解决方案

Unable to load script.Make sure you‘re either running a metro server( run ‘react-native start‘