env: sh\r: No such file or directory
Go inside android directory and run:
dos2unix ./gradlew
env: sh\r: No such file or directory
Go inside android directory and run:
dos2unix ./gradlew
/usr/bin/env: ‘bash\r’: No such file or directory
# The error message suggests that the script you're invoking has embedded \r characters,
# which in turn suggests that it has Windows-style \r\n line endings instead of the \n-only
# line endings bash expects.
# As a quick fix, you can remove the \r chars. as follows:
sed $'s/\r$//' ./install.sh > ./install.Unix.sh
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us