Note that there are some explanatory texts on larger screens.

plurals
  1. POCould not resolve com.android.tools.build:gradle:0.5.+
    primarykey
    data
    text
    <p>I am trying to build a project in Android Studio. The project uses Gradle.</p> <p>At the time, maven.org is experiencing some problems and I get following errors:</p> <pre><code>Gradle: A problem occurred configuring project ':MyProject'. &gt; Could not resolve all dependencies for configuration ':MyProject:classpath'. &gt; Could not resolve com.android.tools.build:gradle:0.5.+. Required by: Android:MyProject:unspecified &gt; Could not HEAD 'http://repo1.maven.org/maven2/com/android/tools/build/gradle/0.5.4/gradle-0.5.4.pom'. Received status code 503 from server: Service Temporarily Unavailable </code></pre> <p>It made me think I don't want to depend on maven.org and internet connection for my builds! </p> <p>Is there a way I could drop these dependencies and make Android Studio self-sufficient? I would like to be able to build my Android projects even without internet connection and even if maven.org never recover.</p> <p>EDIT:</p> <p>If I understand it right, there is a way to setup local Maven repository and then use </p> <pre><code>repositories { mavenLocal() } </code></pre> <p>instead of</p> <pre><code>repositories { mavenCentral() } </code></pre> <p>in <code>build.gradle</code> files. </p> <p>Unfortunately, I am not sure if it's the way and what are downside of this approach.</p> <p><strong>UPDATE (December, 2013):</strong></p> <p>Android Studio now supports Gradle Offline mode (since <a href="http://tools.android.com/recent/androidstudio040released" rel="nofollow">version 0.4.0</a>). More information can be found in release notes for the Studio.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload