I just installed the latest version of Android Studio (0.8.9) but I am not able to run a simple default application, just created from the 'New Project' wizard. When I try to Run the application I get an error saying:
"Gradle 'Testets' project refresh failed Error:Operation timed out. If you are behind an HTTP proxy, please configure the proxy >settings either in IDE or Gradle."
If I try to Clean or Rebuild the project, I get an error saying:
Information:Gradle tasks [clean, :] Error:A problem occurred configuring root project 'Testets'.
Could not resolve all dependencies for configuration ':classpath'.
Could not resolve com.android.tools.build:gradle:0.12.2.
Required by:
:Testets:unspecified
Could not GET 'http://jcenter.bintray.com/com/android/tools/build/gradle/0.12.2/gradle-0.12.2.pom'.
Connection to http://jcenter.bintray.com refused
Information:BUILD FAILED
Information:Total time: 1 mins 15.745 secs
Information:1 error
Information:0 warnings
Information:See complete output in console
I found these similar problems while searching, but none really contain a solution.
Gradle project sync failed. Android Studio
android studio can't build project
The only clue I can find is that there is some networking issue. I tried doing it at home and in school, and neither "should" have any problems. I disabled the firewall on my computer as well.
If this is really a networking issue, how can I go about to find out that it is that for sure? Any other ideas on what might be causing the problem?
I am running AS on OSX 10.9.4.
Many thanks. /R