【发布时间】:2018-08-10 05:06:59
【问题描述】:
我想在 React Native 中发布 android 应用程序,所以当我生成构建时,我收到如下错误消息,例如
错误:任务 ':app:bundleReleaseJsAndAssets' 执行失败。
启动进程'command 'node''时出现问题
另见附件
知道如何解决这个问题吗?你的所有建议都很有价值
【问题讨论】:
-
你能告诉我你是用
react-native init还是create-react-native init创建的项目?因为如果您通过create-react-native init创建项目,您可以轻松生成已发布的 apk。 -
badarshahzad : 我从
react-native init创建项目
标签: android android-gradle-plugin build.gradle release