1
When I open Android Studio Gradle runs several processes. When arriving in Resolve dependencies ':app:_debugCompile'
he hangs and even telling 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.
Hello! What version of your Android Studio? Tried restarting the machine/android studio?
– rsicarelli
Android Studio 1.3.1, already restarted the machine. I use Ubuntu 12.04.
– DaviAragao
Try a Clean Project and then Rebuild Project.
– Leonardo Rocha
When I do Clean Project it curls up in Gradle Build Running
– DaviAragao