I am attempting to run gradlew from my command line, but am constantly facing the following error.
Brendas-MacBook-Pro:appx_android brendalogy$ ./gradlew com
You need to update the execution permission for gradlew
gradlew
Locally: chmod +x gradlew
chmod +x gradlew
Git:
git update-index --chmod=+x gradlew git add . git commit -m "Changing permission of gradlew" git push
You should see:
mode change 100644 => 100755 gradlew