Every time I try to execute the "npx react-native run-android" script, I get the following error:
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain
Tried playing around with different Android, JDK and Android SDK versions, but nothing helps. Is there a way to fix this problem?