When I open Android Studio, Gradle runs multiple processes. When it arrives at Resolve dependencies ':app:_debugCompile'
it crashes and even having an abort does not respond.
This is my build.gradle
:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
The proxy is configured and the internet connection works.