yuchen931201 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

Support Android SDK 1.5 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and install Android SDK 1.5
2. Try using it with maven-android-plugin
3.

What is the expected output? What do you see instead?
It should work.

It doesn't, because Android SDK directory structure has changed from 1.1 to
1.5.

What version of maven-android-plugin are you using?
2.0.0-SNAPSHOT as of 2009-06-07.

What is the output of "mvn -version" on your machine?
Maven version: 2.0.10
Java version: 1.6.0_13
OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Family: "unix"

Original issue reported on code.google.com by hugo.josefson.old@gmail.com on 7 Jun 2009 at 8:00

GoogleCodeExporter commented 9 years ago
Implementation note:
Allow declaration of Android SDK install location, and automatically detect 
where the
tools are (because 1.1 and 1.5 have different directory structure).

Original comment by hugo.josefson.old@gmail.com on 7 Jun 2009 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by hugo.josefson.old@gmail.com on 7 Jun 2009 at 8:15

GoogleCodeExporter commented 9 years ago

Original comment by hugo.josefson.old@gmail.com on 7 Jun 2009 at 9:45

GoogleCodeExporter commented 9 years ago
Started working on a feature branch:
http://github.com/jayway/maven-android-plugin/commits/featurebranch-1.5-support

Thank you to Andreas Ronge for the first commit!

Original comment by hugo.josefson.old@gmail.com on 8 Jun 2009 at 7:31

GoogleCodeExporter commented 9 years ago
Postponing, because there is a more pressing need to fix Issue 17.

Original comment by hugo.josefson.old@gmail.com on 9 Jun 2009 at 9:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Some more updated info on Maven Android Developers list:
http://groups.google.com/group/maven-android-developers

Original comment by hugo.josefson.old@gmail.com on 16 Jun 2009 at 9:58

GoogleCodeExporter commented 9 years ago
Yay! Finally 1.5-compatible.

Released maven-android-plugin 2.0.0-alpha3.

Updated GettingStarted and Samples pages on wiki to reflect the changes.

Original comment by hugo.josefson.old@gmail.com on 17 Jun 2009 at 3:22