Android Maven Plugin 3.5.3 release

1,453 views
Skip to first unread message

Manfred Moser (simpligility)

unread,
Apr 10, 2013, 12:11:16 PM4/10/13
to maven-androi...@googlegroups.com
The Android Maven Plugin team is pleased to announce the release of version 3.5.3 of the plugin.

We had a slip at the last release that required users to have the Android NDK installed. This is now fixed and we also threw in some new features again..

New features/bug fixes are
  • Fix for NDK codebase so that NDK install is NOT required for normal builds
  • Added support for x86_64 introduced in NDK r8e
  • Fix proguard usage on Mac with non-Apple JDK (= Java 7 from Oracle, which is the new default)
  • Added support for the Android Monkey tool
When upgrading please ensure to check the change log for further details:

We would like to thank the contributors to this release for their valuable help and invite you all to help us out as well:

Specifically for this release we would like to thank the following contributors for their awesome work.
Documentation, issue tracker and more can be found on the plugin website at


For a primer to use the plugin check out the Android Development chapter in Maven: The Complete Reference


Please join the Maven Android Mailing List for relevant discussions:


Enjoy 

Manfred Moser

Tomáš Procházka

unread,
May 7, 2013, 1:32:44 PM5/7/13
to maven-androi...@googlegroups.com
Hi.
I found another serious issue, which was started in the 3.5.2 but I don't check it :-(
It is related to .so dependencies.

I have in project this dependency

        <dependency>
            <groupId>com.securemedia</groupId>
            <artifactId>msc-api</artifactId>
            <version>3.4.3</version>
        </dependency>

and this library has many  .so dependency like

<dependency>
<groupId>com.securemedia</groupId>
<artifactId>libIPRM_Common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<type>so</type>
</dependency>


And starting from 3.5.2 .so files are not inserted to the final .apk. Also target/libs is completely empty

I also tried put the .so dependencies directly to my main pom.xml a the same problem.
So .so dependencies are completely broken from 3.5.2


Dne středa, 10. dubna 2013 18:11:16 UTC+2 Manfred Moser (simpligility) napsal(a):

Johan Lindquist

unread,
May 7, 2013, 3:51:37 PM5/7/13
to maven-androi...@googlegroups.com
Hi Tomas,

Would it be possible for you to double check the samples build to see
whether the APKs there are missing the files? I believe there are unit
tests in there which should verify that the native code is being called.

I would check it myself, but have not got the environment with me just
now.

Thanks,

Johan
> --
> You received this message because you are subscribed to the Google
> Groups "Maven Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to
> maven-android-deve...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out
> [2].
>
>
>
> Links:
> ------
> [1] https://groups.google.com/groups/opt_out

--
you too?

Tomáš Procházka

unread,
May 8, 2013, 10:20:43 AM5/8/13
to maven-androi...@googlegroups.com
It was caused by missing <classifier>armeabi</classifier>  in my dependencies. It is necessary from 3.5.2. Sorry, all is working correctly now.

Dne úterý, 7. května 2013 21:51:37 UTC+2 Johan Lindquist napsal(a):
> maven-android-developers+unsub...@googlegroups.com.

Benoit Billington

unread,
May 12, 2013, 4:42:00 PM5/12/13
to maven-androi...@googlegroups.com
Not directly for this plugin no.

You can use "m2e" (Maven 2 Eclipse) and run the android:deploy android:run goals of this plugin

You can find more info in the complete user guide http://books.sonatype.com/mvnref-book/reference/android-dev.html



Benoit Billington


On Sat, May 11, 2013 at 12:55 AM, Danny Remington <danny.r...@gmail.com> wrote:
How does anyone install this plugin in Eclipse?  Eclipse is the most used environment for Android development but the instructions I found were all command driven from the shell.  Is there an actual plugin on the Eclipse Market or anything like that?
--
You received this message because you are subscribed to the Google Groups "Maven Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maven-android-deve...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages