i use macOS in my internship for mobile developing with flutter.
I am suffer from this two problem from last Thursday morning.
`Flutter device daemon #5 exited (exit code 127), stderr: env: bash: No such file or directory
The Flutter device daemon cannot be started. Please check your configuration and restart the IDE. You may need to increase the maximum number of file handles available globally.`
When i was try to build APK, android studio was returning NO SDK Environment problem. I tried some terminal codes to solve it. But now i’m suffer from new problems , Android studio doesn’t debugs code and returns errors above. And i see like this errors in my terminal when i started it
“
.sdkman/bin/sdkman-init.sh:42: command not found: uname .sdkman/bin/sdkman-init.sh:75: command not found: find .sdkman/bin/sdkman-init.sh:103: command not found: _sdkman_echo_debug .rvm/scripts/rvm:12: command not found: uname .rvm/scripts/rvm:29: command not found: ps
“
and terminal returns command not found: for commands like nano open sudo
and when i write flutter returns env: bash: No such file or directory
to me
Cahit Burak Buyktumturk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.