Questions tagged [android-maven-plugin]

The android-maven-plugin allows building of Android applications and libraries with Apache Maven and provides many more features related to Android development.

android-maven-plugin (formerly maven-android-plugin) brings the power of Maven to Android project development. It lets you build Android application (apk) projects as well as application libraries (apklib) and Android archives (aar) with Maven, with simple and powerful configuration. It has features like deploying to all attached devices, running instrumentation tests, taking screenshots, running lint, zipalign, proguard and many more.

208 questions
0
votes
0 answers

maven dependencies not found for custom maven project android

I have installed m2e eclipse plugin . i created a custom maven project but it does not show up maven dependencies and workspace has error . "dependency=[XXXXXXXXXXXX:shared:apklib:1.0-SNAPSHOT:compile] not found in workspace" . I have followed the…
Preethi
  • 2,112
  • 7
  • 38
  • 54
0
votes
1 answer

Maven Android SDK Deployer run the command "mvn install" error: Properties file not found. The file path seems not correct

[ERROR] Failed to execute goal org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties (default) on project android-17: Properties file not found:…
Ian M
  • 25
  • 9
0
votes
1 answer

Android: How do I perform automated integration tests with a server secured by OAuth

I'm building an android application which fetches some data from a server which in turn controls access by OAuth. (Xing in my case, could be Facebook or whatever without loss of generality). Builds are controlled by Jenkins and the…
0
votes
1 answer

How to read PDF file in android and how can i read the indexes in pdf file in android?

I am going to develop an android application like foxit reader .In my application i need to find the indexes in pdf file ..please help me how can i found the indexes in pdf file programmatic ally .....
0
votes
1 answer

Android application doesn't work after migration to newest ADT and android sdk

I have an Android application in Eclipse Indigo with ADT version 15. Upgrading ADT to the version 21 the program crashes and is impossible to execute over both the emulator and the mobile device. LogCat shows this error message: 12-05…
user1151835
0
votes
1 answer

POM Strategy multiple Git repos and a Library Project

I have begun the daunting task of porting my Android projects to use Maven. I am having some trouble finding information on the best way to organize my pom files and dependencies. I have two Android apps that both use the same Android Library…
dbaugh
  • 323
  • 4
  • 10
0
votes
1 answer

trouble with fragment when using android maven plugin

I have an android project with maven integrated, plugin part here com.jayway.maven.plugins.android.generation2 android-maven-plugin
petrumo
  • 1,116
  • 9
  • 18
0
votes
1 answer

path not found in maven install in android project

I have the following problem when running mvn clean install in my android project: [INFO] Scanning for projects... [INFO] [INFO]…
krltos
  • 313
  • 4
  • 20
0
votes
1 answer

How to check that maven goal called during phase

I configured some plugin goals to be executed during some phases of my build lifecycle (maven android application). But i think that i take a mistake during configuring plugin and want to ensure that they really called. I found this command which…
Dmitriy Tarasov
  • 1,949
  • 20
  • 37
-1
votes
1 answer

how to use different denpendency in one project with maven?(android)

I use maven to package my app. Now I want integrate leakcanary only in debug version. So I need to add a node to my pom.xml. But I want to remove it from release version. How Can I do that? I have a solution that a pom.xml for debug…
android_su
  • 1,637
  • 4
  • 21
  • 30
-1
votes
1 answer

How to install android-maven-plugin?

I need to use the android-maven-plugin for my project (especially for the multidex feature) but I can not figure out how to configure my actual pom.xml file (is is a standard file). I am using Eclipse Luna on Windows. I did not manage to find any…
56ka
  • 1,463
  • 1
  • 21
  • 37
-1
votes
2 answers

Android Integration Test Uses Old APK

I've created a beautiful Android project using Maven and the Android-Release Archetype. Now I have a simple problem: My integration tests don't use the newest version of my library under test. When run Eclipse, Maven and M2E all seem to use an…
Stefan S.
  • 3,950
  • 5
  • 25
  • 77
-1
votes
1 answer

how to start using android-maven-plugin?

First steps to use the android-maven-plugin?
cibercitizen1
  • 20,944
  • 16
  • 72
  • 95
1 2 3
13
14