You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for developers of Android applications, using Maven.
|
|
|
Android Maven Plugin 3.5.3 release
|
| |
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... more »
|
|
Time for a new snapshot?
|
| |
With the release of SDK 22 and some small fixes to Android Maven Plugin, a new snapshot is welcome right?
|
|
m2e + Eclipse + ActionbarSherlock
|
| |
Hi all, I'm running into some odd issues that are stumping me somewhat. Essentially, I'm able to build, install, and deploy my application using Maven and the Maven-Android plugin. When I start using Eclipse, however, I add (and mavenise) ActionbarSherlock only to start getting 'multiple dex' files issues (specifically for org.apache.Maven.Artifact). These are,... more »
|
|
filtering a duplicate class from
|
| |
Hi, How can I filter a duplicate class from one of the dependencies? I would prefer not to put a hard coded full path of the dependency jar in the proguard.cfg file? Can it be done with some parameter in the plugin configuration? Thanks, Israel
|
|
Android + Geotool
|
| |
Hello everybody. now I interested in android + Geotool I found some tutorial at [link] It 's can run on eclipse , netbean , maven --> it's can mix java app+maven together so have it possible , if I try to run it on android platform.... more »
|
|
Using Android Maven plugin, how can I change the unpack apklibs name?
|
| |
Actually, the unpacked apklibs are in: target\unpack\apklibs Each unpacked apklib is named as follow: packageName_ApkLibModuleName_a pklib_Version Example: com.company.app.module.somethi ng_MyModule_apklib_1.0.0-SNAPS HOT That makes, the folder name bigger. How can I change this name to have only something like:... more »
|
|
Passing params to dex?
|
| |
Is there a way to get the plugin to pass params to dex? In particular I was hoping to turn debug on for dex (ie --debug) in an attempt to find out why it always fails on a non-clean build now with [INFO] UNEXPECTED TOP-LEVEL EXCEPTION: [INFO] java.lang.IllegalArgumentExcep tion: already added: Lcom/fasterxml/jackson/core/ba se/GeneratorBase$1;... more »
|
|
aapt command is not executed in case of using multiple apklibs because it exceeds the authorized 8 191 characters
|
| |
I'm using android maven with my huge applications that depends on multiple apklibs. Maven build is not possible anymore because the aapt command has exceeded the authorized 8 191 characters. Following is the error message and a part of the command: Could not execute: Command = cmd.exe /X /C "C:\Android\android-sdk\platfo rm-tools\aapt.exe package -m -J C:\MyApplication\target\genera ted-sources\r --custom-package app.package -M c:\MyApplication\AndroidManife st.xml -S C:\MyApplication\res -S C:\MyApplication\target\unpack \apklibs/package.name1_apkLibN ame_apklib_1.0.0-SNAPSHOT/res -S ...... more »
|
|
Execute Robotium test case using maven and android maven plugin
|
| |
Hello, I am able to execute the test cases from my eclipse and it works fine. But when i try to do the same from a maven project i get run time error that my activity is not found. I have added the app jar as my dependencies etc. in my pom.xml . Still I am unable to understand why it says* Activity... more »
|
|
|