I load a project from git and build it successfully on MacBook. When I type './gradlew assembleRelease' in terminal window, I get an error:
bash: ./gradlew: No such file or directory
So I check if gradlew is under the project dir, but I can not find it. But I can still run task from 'Gradle projects' window.
What's wrong?