简体   繁体   中英

Gradle stuck at downloading few dependencies (Android Studio)

Gradle stuck at downloading few dependencies two such dependancies are

org.parceler:parceler-api:1.0.4
io.fabric.tools:gradle:1.+

if i comment them in the gradle file - the build proceeds further couldn't find the issue, it just shows downloading parceler-1.0.4.jar and keeps showing the same message forever unless i manually cancel

Versions
Android Studio: 2.0 Beta 5
Gradle: 2.11 (tried with 2.10 also)

  1. Have you tried hitting the dependency URL in your browser (or via wget)? Can you download the dependency manually?

  2. Try cleaning the gradle cache directory ( %GRADLE_USER_HOME%\\caches )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM