android-maven-plugin Questions
3
Solved
Note : I am using Maven 3.2.2, Eclipse Luna
This is the dependency in my pom.xml that uses Android AAR archive
<dependency>
<groupId>com.github.gabrielemariotti.cards</groupId>...
Shred asked 11/7, 2014 at 16:34
3
Solved
I have an activity that plays a beep sound with MediaPlayer that works fine and used to work fine even in the proguarded production version. With the latest release it now suddenly crashes with
C...
Slipstream asked 29/1, 2014 at 19:21
1
Solved
I have written a small set of minilibraries for my internal use. This is set is built using Maven. The libraries are targetted for "regular" Java, GWT and Android. Some of them are written in Java ...
Ibadan asked 17/5, 2015 at 11:24
4
Solved
In application I'm currently developing (it's my first android application) I use android-maven-plugin and maven-android-sdk-deployer.
Application had been working great (MainActivity that uses Act...
Aviva asked 3/11, 2014 at 21:46
3
Solved
My android project has only aidl file, project structure is like below:
MyProject/
src/
main/
com.my.aidl/
IMyService.aidl
pom.xml
I am building my android project with maven. My pom uses t...
Sutherland asked 2/7, 2015 at 7:56
2
I'm using the maven android plugin to build my projects and deploy them to a device.
Using mvn clean install android:undeploy android:deploy I can successfully deploy to my 2.2 ZTE blade :
[INFO]...
Nickelous asked 23/5, 2012 at 12:48
3
Using the latest version 4.0.0-rc.1 of the Maven Android Plugin, some classes seem to be missing in the build. I get one of those exceptions when I start the app (two possible ways to start the app...
Mathewmathews asked 20/10, 2014 at 13:28
2
Solved
We are standardizing our infrastructure for Android development and we are trying to incorporate dependency management to our Android library projects. My current track is using the maven android p...
Pegboard asked 14/1, 2013 at 20:13
2
Solved
I have an Android project that uses Maven.
It works with my old computer running Windows XP. but now in my other computer I get this error when running maven:
Failed to execute goal com.jayway....
Doit asked 4/10, 2013 at 6:5
1
On Eclipse 4.3.2 my POM was using com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.1 with no problems. I tried to upgrade it to 3.8.2 (the latest), and I got the dreaded "Plugi...
Borer asked 11/5, 2014 at 23:48
1
Solved
From my understanding, apklib contains code + resource shared with Maven .
aar files are distributed by Gradle.
The aar differ from apklib in one major way : classes are compiled and included in ...
Struthious asked 26/3, 2014 at 10:4
6
I am trying to build a android project using maven. But when I run :
mvn clean install
I get the following error:
Execution default-generate-sources of goal com.jayway.maven.plugins.android.gene...
Lula asked 4/6, 2013 at 20:54
2
I am actually new to the Maven framework. I already have a Maven project. I installed the Maven plugin etc into my EclipseIDE from http://m2eclipse.sonatype.org/sites/m2e. Then I imported my projec...
Moneychanger asked 23/6, 2011 at 10:43
0
I know how to specify the release keystore in an Android Maven build but haven't had luck doing the same with a debug build.
The release build methodology can be found here - https://code.google....
Vinson asked 5/8, 2013 at 15:35
3
I run non-Android JUnit tests from within Eclipse every day. Today I wanted to test some of my Android library classes. Oh, the pain.
I have an Android library project using android-maven-plugin. ...
Nosedive asked 24/3, 2013 at 0:44
1
Solved
I was actually compiling a android project using maven: mvn clean install and i got this error but don't understand why this is happening
Failed to execute goal com.jayway.maven.plugins.android...
Meyers asked 10/6, 2013 at 12:5
1
Solved
I'm stumped. We recently converted our Android project to a Maven project. My partner is using IntelliJ and I'm using Eclipse. He says this builds fine with his setup.
I'm very new to Maven and ha...
Ellswerth asked 25/11, 2012 at 19:37
2
Solved
I'm using the android-maven-plugin 3.2.0 and run the following in order to install and start the apk on my device (Nexus One, Android 2.3.6), which is the only one connected via usb and visible to ...
Stanford asked 29/6, 2012 at 17:33
3
Solved
I'm newbie in maven and trying to configure it to build my android project with android-maven-plugin.
I have an application.properties file in assets directory which contains different application ...
Peptonize asked 5/6, 2012 at 15:15
1
Solved
So I'm trying to get Guice to run in my android maven project and bundle in a 3rd party module. It runs fine in the normal junittest that does a test injection, but fails on the VM with the logcat ...
Taboret asked 5/3, 2013 at 8:49
3
Solved
So I am in the process of Maven-ing the facebook-android-sdk to include in our CI process.
facebook/pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.o...
Filet asked 20/12, 2012 at 21:47
1
Solved
My android application depends on an android library project which comes from a 3rd party. I am switching my build environment over to maven and following the samples has gone fairly smooth but the...
Eldwun asked 14/12, 2012 at 18:42
1
Solved
Recently I started mavenizing my android application. One of the obstacles on my way is following:
During build maven plugin cannot find drawables which are used in layouts in res directory.
I've...
Hobnail asked 6/11, 2012 at 9:40
2
Solved
I wondering if there's a way to start an application which was deployed using mvn install android:deploy automatically. If this is somehow possible it would speedup development.
Stockyard asked 6/10, 2011 at 10:47
2
Solved
I have the maven goal update-manifest working in my project and updating the attributes I want changed based on the profile I'm packaging with; Unfortunately it changes the manifest that is in sour...
Datura asked 29/5, 2012 at 16:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.