具有端口和设备选项的react-native run-android 始终创建发布版本
我尝试按照这些说明在两个单独的模拟器上运行两个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-android
without 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论