如何使用react-native构建android应用程序时修复命令节点问题?

时间:2017-11-06 10:27:20

标签: javascript android react-native react-redux react-native-android

我正在使用react-native和更新的android studio到3.0。在尝试在设备上进行调试时进行更新后,我收到了构建错误。

Error:Execution failed for task ':app:recordFilesBeforeBundleCommandDebug'.
> A problem occurred starting process 'command 'node''

我已经停止并重新运行了gradle,但我得到了同样的错误。

2 个答案:

答案 0 :(得分:1)

./gradlew --stop,然后再次开始构建项目。

答案 1 :(得分:0)

我自己就是这个错误。实际上,只需在cmd中执行./gradlew assembleDebug时关闭Android Studio。它只是以某种方式阻止了gradle节点的执行。