首页 > 移动平台 > 详细

[React-Native] Unable to load script from assets 'index.android.bundle'.

时间:2018-02-02 11:06:38      阅读:930      评论:0      收藏:0      [点我收藏+]

react native for android 抛出下面异常,解决方法:

java.lang.RuntimeException: Unable to load script from assets ‘index.android.bundle‘.

 

 

https://stackoverflow.com/questions/44446523/unable-to-load-script-from-assets-index-android-bundle-on-windows

  1. (in project directory) mkdir android/app/src/main/assets
  2. 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
  3. react-native run-android

[React-Native] Unable to load script from assets 'index.android.bundle'.

原文:https://www.cnblogs.com/fphuang/p/8403639.html

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!