gpt4 book ai didi

react-native - React native 应用程序在发布中保留旧版本

转载 作者:行者123 更新时间:2023-12-04 17:14:44 25 4
gpt4 key购买 nike

我对我的 js 代码进行了很多更改,当我在 Debug模式下运行时,我能够看到所有更改,但是当我在 Release模式下运行应用程序或生成发布 apk 时,在 Debug模式下所做的更改和可见的更改不可见。

我已经尝试过什么?

react-native run-android --variant=release

Deleted the builds folder and android.bundle.js in 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 --variant=release

关于react-native - React native 应用程序在发布中保留旧版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53727070/

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