Has anyone ever successfully configured Maven on eclipse to develop android apps? May I have your notes on how you did it?
I am using ubuntu Natty Narwha, eclipse juno, Android 4.1.2.
I tried using the notes on the following link to no avail: http://code.google.com/p/maven-android-plugin/wiki/EclipseIntegration
Specific error:
When I create a skeleton android-project per the tutorial http://rgladwell.github.com/m2e-android/, I get the error:
Unable to resolve target 'android-10'
I get the same error if I change to android-14, which is the version of my platform-tools
This is not really a solution but an explanation. So after @Ricardo Gladwell’s insistence that the tutorial is correct, I decided to try it on a Mac. As it turned out everything worked on the mac. That’s when I figured my Ubuntu install had a lot more problems than that.
In conclusion the tutorial works, and my computer is not working.
Thanks, @Ricardo Gladwell.