Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Update:</p> <p>This has been resolved since <a href="https://groups.google.com/forum/#!msg/maven-android-developers/f6OXWC5lRsA/1H7sRqIF7_QJ" rel="noreferrer">Android Maven Plugin v3.6.0</a>. For now you will only need these symlinks if you use IntelliJ v12.x. IntelliJ v13 EAP+ should work out of the box.</p> <p>Original answer:</p> <p>This has been fixed and will be released with Android Maven Plugin v3.5.4. See the github pull request:</p> <p><a href="https://github.com/jayway/maven-android-plugin/pull/207" rel="noreferrer">Upgraded AndroidSdk to use path and platform utilities from sdklib</a></p> <p>You can try validating the snapshot build which contains the fix by adding the following to your pom.xml:</p> <pre><code>&lt;plugin&gt; &lt;groupId&gt;com.jayway.maven.plugins.android.generation2&lt;/groupId&gt; &lt;artifactId&gt;android-maven-plugin&lt;/artifactId&gt; &lt;version&gt;3.5.4-SNAPSHOT&lt;/version&gt; ... &lt;/plugin&gt; ... &lt;pluginRepositories&gt; &lt;pluginRepository&gt; &lt;id&gt;oss.sonatype.org-jayway-snapshots&lt;/id&gt; &lt;name&gt;Jayway OpenSource SNAPSHOTs on Sonatype.org&lt;/name&gt; &lt;url&gt;http://oss.sonatype.org/content/repositories/jayway-snapshots/&lt;/url&gt; &lt;snapshots&gt; &lt;enabled&gt;true&lt;/enabled&gt; &lt;/snapshots&gt; &lt;/pluginRepository&gt; &lt;/pluginRepositories&gt; </code></pre> <p>Please provide feedback on the developer group:</p> <p><a href="https://groups.google.com/d/msg/maven-android-developers/2Qit97rVDeA/Wd67L7wQadEJ" rel="noreferrer">New snapshot for 3.5.4 available</a></p>
 

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