79604482

Date: 2025-05-03 08:14:07
Score: 1
Natty:
Report link

Changing the rights to the gradlew file helped me.

I compared the rights in the working draft and the project with this error, and it turned out that the rights should be -rwxrwxr-x, but were -rw-rw-r--.

To fix this, just run the command chmod +x gradlew in the android directory.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Addefan