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)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more