Skip to content

Instantly share code, notes, and snippets.

@JosephineAkello
Last active March 23, 2020 08:48
Show Gist options
  • Save JosephineAkello/40aebea0af42b0eca9797253a295a1a5 to your computer and use it in GitHub Desktop.
Save JosephineAkello/40aebea0af42b0eca9797253a295a1a5 to your computer and use it in GitHub Desktop.
gradlew error
If you get this error when running gradlew clean build command
./gradlew: No such file or directory
probably your project doesnt have the gradlew wrapper.
To generate one run this.
gradle wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment