How to solve gradle contains too many directories
Clash Royale CLAN TAG#URR8PPP
How to solve gradle contains too many directories
I'm trying to code with react native. My android studio is ready. When I open the android project from my react native file, android studio builds the gradle successfully.
My virtual device is ready too. When I execute run-android in cmd for my react native file, I am faced with this error:
gradle distribution 'https://services.gradle.org/distributions/gradle-3.5.1-all.zip contains too many directories.expected to find exactly 1 directory.
This error does not change, even when I downloaded gradle manually and placed it in .gradle/wrapper/dists/gradle-3.5.1-all
the error was the same.
.gradle/wrapper/dists/gradle-3.5.1-all
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.