Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix command node issue while building android app with react-native?

I am using react-native and updated android studio to 3.0. After updating while trying to debug on a device I am getting a build error.

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

I have stopped and rerun the gradle but I'm getting the same error.

like image 926
Biplab De Avatar asked Sep 08 '25 12:09

Biplab De


1 Answers

for me i had to open Android Studio from terminal using this command for Mac users open -a "Android Studio"

like image 55
Mohssine Oussama Avatar answered Sep 11 '25 05:09

Mohssine Oussama