gpt4 book ai didi

android - 无法从真实设备上的 Assets 'index.android.bundle' 加载脚本

转载 作者:行者123 更新时间:2023-12-03 05:34:27 25 4
gpt4 key购买 nike

这个问题有点流行,但是我看不到适合我的可用解决方案,

运行此命令,对我不起作用

react-native bundle --entry-file index.android.js --bundle-output index.android.bundle



这是问题的截图

enter image description here

我的 react 原生版本是:0.58.5

build.gradle 中的一些重要配置(在项目级别)
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 27
supportLibVersion = "28.0.0"
}

如果您需要更多信息,请告诉我

最佳答案

  • 确保路径具有 Assets 。 android/app/src/main/assets如果文件夹 assets 不存在,则创建 assets 目录
    那里。
  • 如果存在则删除两个文件,即 index.android.bundleindex.android.bundle.meta
  • 然后回到项目根目录,执行命令。
    cd android &&
    ./gradlew clean
  • 如果有的话,回到根目录并运行命令index.js文件。
  • 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
  • 如果您有两个 index.js文件,替换它们并运行它们两次。//index.android.js 和 index.ios.js
    index .js => index.android.jsindex.ios.js
  • 关于android - 无法从真实设备上的 Assets 'index.android.bundle' 加载脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57300486/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com