Script "run_build_tool.sh" finished with non-zero exit value 127 #616
-
|
Greetings! Maybe somebody have ever met such trouble. I'm trying to run Debug process for my program in Android Studio.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hello, do you mind checking that dart --version |
Beta Was this translation helpful? Give feedback.
Seems here some small nuance with shell stuff.
1). This script line:
$FLUTTER_ROOT is not present in user environment. So variable DART became just "dart".
Dart installed, it has path, permissions etc:
2). Also:
So, correct place for searching path is d…