i was trying to follow this tutorial:
http://www.gdgankara.org/2012/11/01/step-by-step-android-development-with-maven/
but after setting up the environment,
Update:
This has been resolved since Android Maven Plugin v3.6.0. For now you will only need these symlinks if you use IntelliJ v12.x. IntelliJ v13 EAP+ should work out of the box.
Original answer:
This has been fixed and will be released with Android Maven Plugin v3.5.4. See the github pull request:
Upgraded AndroidSdk to use path and platform utilities from sdklib
You can try validating the snapshot build which contains the fix by adding the following to your pom.xml:
com.jayway.maven.plugins.android.generation2
android-maven-plugin
3.5.4-SNAPSHOT
...
...
oss.sonatype.org-jayway-snapshots
Jayway OpenSource SNAPSHOTs on Sonatype.org
http://oss.sonatype.org/content/repositories/jayway-snapshots/
true
Please provide feedback on the developer group:
New snapshot for 3.5.4 available