Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I originally saw this error after upgrading from 0.2.13 to 0.3. These instructions have been updated for the release of Android Studio 0.5.2. These are the steps I completed to resolve the issue.</p> <p>1.In build.gradle make sure gradle is set to <code>0.9.0</code></p> <pre><code>buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.9.0' } } </code></pre> <p>2.In gradle-wrapper.properties make sure to use gradle 1.11</p> <pre><code>#Wed Apr 10 15:27:10 PDT 2013 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip </code></pre> <p>3.Sync project with gradle files by pressing the button to the left of the avd button</p> <p><img src="https://i.stack.imgur.com/gECLz.png" alt="enter image description here"></p> <p>4.Try to build project again. If still having issues possibly try File > Invalidate Caches/Restart</p> <p><strong>NOTE:</strong> If you are using <code>0.9.+</code> and it gives <code>Could not GET 'http://repo1.maven.org/maven2/com/android/tools/build/gradle/'. Received status code 401 from server: Unauthorized</code> (happens sporadically) then change to <code>0.9.0</code>. Also, you have to use build tools 19.0 or greater I believe so make sure you have those downloaded in sdk manager and use as <code>buildToolsVersion</code> in whichever gradle file holds that info.</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.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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