This content originally appeared on DEV Community and was authored by deni sugiarto
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!
This content originally appeared on DEV Community and was authored by deni sugiarto
deni sugiarto | Sciencx (2024-07-11T00:54:31+00:00) zsh: permission denied: ./gradlew. Retrieved from https://www.scien.cx/2024/07/11/zsh-permission-denied-gradlew/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.