具有端口和设备选项的react-native run-android 始终创建发布版本

发布于 2025-01-10 10:34:49 字数 464 浏览 0 评论 0原文

我尝试按照这些说明在两个单独的模拟器上运行两个react-native应用程序。我运行以下命令:

npx react-native run-android --port 8081 --deviceId emulator-5556

但是,系统不会生成调试版本,而是尝试创建发布版本。有趣的是,如果我在没有任何额外选项的情况下运行 npx react-native run-android ,我会得到一个调试版本。

我尝试通过在命令中添加 --variant=debug 并在 app/build.gradle 中设置 bundleInDebug: false 来强制调试构建但这没有帮助。

在这种情况下有没有办法运行调试构建?

I am trying to run two react-native apps on two separate emulators by following these instructions. I run the following command:

npx react-native run-android --port 8081 --deviceId emulator-5556

However, instead of generating a debug build, the system tries to create a release build. Interestingly, if I run npx react-native run-androidwithout any extra options, I get a debug build.

I tried to force a debug build by adding --variant=debug to the command and also setting bundleInDebug: false in app/build.gradle but it didn't help.

Is there a way to run a debug build in this situation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文