1

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain Exception: Gradle task assembleDebug failed with exit code 1 any help ??

Salem Domani
  • 23
  • 2
  • 7
  • Does this answer your question? [Could not find or load main class org.gradle.wrapper.GradleWrapperMain](https://stackoverflow.com/questions/29805622/could-not-find-or-load-main-class-org-gradle-wrapper-gradlewrappermain) – Clément Baconnier Sep 15 '21 at 15:32
  • no cuz my problem is not java related – Salem Domani Sep 15 '21 at 15:42
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 23 '21 at 08:06

1 Answers1

1

in case someone has the same problem the problem was with the directory of the project It was in my main folder which has non English characters

Salem Domani
  • 23
  • 2
  • 7