DEV Community

Deni Sugiarto
Deni Sugiarto

Posted on

1

zsh: permission denied: ./gradlew

Today, I ran into a problem while working on my React Native project. When I tried to execute the command ./gradlew signingReport, I received a permission denied error:

zsh: permission denied: ./gradlew

To fix this issue, I changed the file permissions by running the following command:

chmod +rwx ./gradlew

After updating the permissions, the command executed successfully, and I was able to continue with my project.

Please make sure you in android path!

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay