The specified Gradle distribution 'https://services.gradle.org/distributions/gradle-4.6-all.zip' does not appear to contain a Gradle distribution
I was able to solve this issue by upgrading the Gradle Version (not the Android Gradle Plugin Version). Go to Project Structure -> Project
After this, Gradle re-downloaded all dependencies and the build was successful.
I managed to fix this by updating the gradle version number in Project Structure in Android Studio 3.4.1
File -> Project Structure -> Project -> Gradle Version
The only think that works for me was:
Click on the error link to download the gradle zip.
Then go to
C:\Users\YourUsername\.gradle\native
and drop the content of the zip.Open AndroidStudio, go to
File->Settings->Build,Execution,Deployment->Gradle
Change "Use Gradle from:" to "Specified location" and paste the direction
C:\Users\YourUsername\.gradle\native\NameOfTheZipContent
Apply, Ok
Sometimes needs to open/close AndroidStudio