Error Grandle Sync
See original GitHub issueHello, I’m trying to run this sample App but the error bellow is shown (Messages Gradle Sync):
Gradle 'android-DownloadableFonts' project refresh failed
Error:Cause: https://downloads.gradle.org/distributions-snapshots/gradle-4.0-20170406000015+0000-all.zip
I cloned the git repository and imported the project using Android Studio as specified. What am I doing wrong? Thanks in advance.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Error running android: Gradle project sync failed. Please fix ...
Delete "build" folder from project's root folder. Then do "invalidate cache and restart". This will restart your Android Studio and then build the...
Read more >Different Ways to fix "Error running android: Gradle project ...
Method 1: Restarting your project using Invalidate Caches and Restart option · Method 2: Sync your project with Gradle files · Method 3:...
Read more >Fix: Gradle Project Sync Failed - Appuals.com
What causes the error message “Gradle Project Sync Failed” in Android Studio? · Solution 1: Checking Internet Connection · Solution 2: Disabling ...
Read more >Troubleshoot Android Studio
Project sync issues · Open your gradle.properties file in Android Studio. · Add the following line to the file: org.gradle.jvmargs=-Djava.net.
Read more >How to solve this 'gradle project sync failed' problem - Quora
Goto File -> Invalidate caches / Restart · Shutdown Android Studio · Rename/remove .gradle folder in the user home directory · Restart Android...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s simple to fix it
gradle/wrapper/gradle-wrapper.properties
file.Facing the same issue here. Any solution yet ???