I\'m new to Android Studio and while creating a new project it stuck at resolving dependencies :app:_debugCompile.
I waited for sometime and even tried
Check Your gradle.properties file it might be having some system Properties enables. Remove them, you may don't need them
-systemProp.http.proxyPassword=password
-systemProp.http.proxyHost=172.18.**.**
-systemProp.http.proxyUser=user.name
-systemProp.http.proxyPort=80
Invalidate cache and restart Android studio.