Script "run_build_tool.sh" finished with non-zero exit value 127 #616
Answered
by
sergey-serov
sergey-serov
asked this question in
Q&A
|
Greetings! Maybe somebody have ever met such trouble. I'm trying to run Debug process for my program in Android Studio.
|
Answered by
sergey-serov
Jun 4, 2025
Replies: 1 comment 5 replies
|
Hello, do you mind checking that dart --version |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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…