0
votes
1answer
19 views
How to build apk in release mode using maven
Hey I am having a hard time building and signing apk in release mode. I am able to create the apk using maven but when I try to upload it, Google playstore says that I need to build in release mode.
...
1
vote
1answer
57 views
+50
How to create an eclipse-compatible, mavenised Android project?
I need to create a Maven project for my Android application. When I use the normal Android Maven plugin, it produces a file structure with incorrect location of test classes (the test classes lie ...
2
votes
1answer
90 views
how to run maven project in android ? or convert maven project to android project?
i try to upload video to youtube by use this open source
https://code.google.com/p/ytd-android/
the problem couse by maven tool ... i never use it , and dont know how to use it.
there is way to ...
0
votes
1answer
42 views
How to configure the Maven dependency for Guice 3.0 for use without AOP?
I have an Android Maven project and want to use Google Guice 3.0 in it.
There is a "No-AOP" version of Guice, which is compatible with Android.
How can I tell Maven to use the "No-AOP" version of ...
0
votes
0answers
25 views
How to fix InstallException/ShellCommandUnresponsiveException?
When I try to deploy my application to Android emulator using mvn android:deploy I often get following error message:
[ERROR] Failed to execute goal ...
0
votes
0answers
21 views
Maven Android Plugin - Auto identifying the AVD
I'm using the android-maven-plugin to work with the Android projects. The configuration part of the plugin looks like:
<configuration>
<sdk>
...
0
votes
3answers
171 views
Maven cannot find external jar's annotations
I'm converting a simple android app to Maven, and I've hit a snag with a 3rd party jar (ActiveAndroid) that contains an annotation class that I'm using within my code. I've confirmed that the jar does ...
0
votes
1answer
40 views
Organization of tested code and test cases in mavenized Android projects
I have an Android application, which is built by Maven and now I want to measure unit test coverage. I tried Cobertura, but there was a problem, which I couldn't fix.
Therefore, I want to switch to ...
0
votes
1answer
92 views
How to clear Maven 3 cache
I develop an Android application using Maven.
I removed several depdendencies from the pom.xml file, then ran mvn clean install and noticed that the removed dependencies are still used in dex ...
0
votes
0answers
41 views
Android UnitCase android.content.res.Resources$NotFoundException
all
I've recently created a unit test project in my main application. However, when I run the Unit Test I get this following error.
03-19 00:25:50.579: I/TestRunner(12465): ...
7
votes
1answer
839 views
Plugin execution not covered by lifecycle configuration: com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.0:generate-sources
I have an Android application, which is built using pom.xml file given below. mvn clean install works without errors, but in Eclipse I get following errors:
Plugin execution not covered by lifecycle ...
0
votes
1answer
37 views
Configuration of test directories in a mavenized Android project
I have an Android project, which uses Maven. Originally, it worked fine with Eclipse (ADT).
But then I added a unit test and moved the source code from src to src/main/java directory and put my unit ...
4
votes
1answer
38 views
How to create a Maven project that can be imported as an Android project
I am a fan of Maven and love the freedom it gives me and my fellow programmers when collaborating on a project. I consider myself to have a fairly good understanding of Maven and its pom as well as ...
1
vote
0answers
420 views
Failed to collect dependencies running android maven project when adding custom apklib as dependency?
I am adding my own apklib to my android application, i get the following :
Failed to execute goal on project tablet: Could not resolve dependencies for project xxxxxxxxxx.tablet:tablet:apk:1.0: ...
0
votes
0answers
231 views
Jarsigner being found in wrong directory - HoloEverywhere + Maven
I'm currently trying to build my holoeverywhere project using the guidelines on this page.
https://github.com/ChristopheVersieux/HoloEverywhere/wiki/Maven
When I try to build my project, however, it ...
0
votes
1answer
359 views
HoloEverywhere 1.4.2 + Maven Not building the demo Android project
I have holoeveywhere "running" in eclipse and I can successully build the "HoloEverywhere Build", as referenced in this link. https://github.com/ChristopheVersieux/HoloEverywhere/wiki/Maven
However, ...
1
vote
0answers
100 views
Error in pom.xml file
I am using Maven 3.0.4 along with the Eclipse Indigo for an Android Project. But i am not able to compile my code as there are errors in pom.xml file.
Errors are :
Project build error: Unresolveable ...
2
votes
1answer
78 views
Can mvn package produce Android .apk from clean slate?
I would like to be able to check out my Android app project and do "mvn package" and get an .apk without having to:
manually "android update sdk", and
manually sticking jars in my local maven ...
5
votes
2answers
2k views
Android Maven not starting emulator
When i right-click my Android Project and Select Run->Android Application. The emulator gets launched and the changes do reflect.
But when i do the following below commands, it does not reflect.
...
0
votes
0answers
426 views
HoloEverywhere installation error
I try install ChristopheVersieux / HoloEverywhere and I have error until mvn clean install on root directory
[INFO] ------------------------------------------------------------------------
...
0
votes
1answer
53 views
Options for organizing android app with multiple independent apps
Problem Definition: We have a fairly large app which has multiple use cases such that they are all independent of each other. For example lets say we have a1, a2, a3 & a4 modules that are ...
2
votes
3answers
1k views
How to generate .apklib and .apk in same maven build?
So I am using Android Maven Plugin to generate apklib snapshot for one of my library project.
But the Library project is also self sufficient to run on its own so I am thinking that may be we should ...
0
votes
1answer
231 views
Build failure trying to create an Android App with Maven
I am trying to create an Android app using Maven as describe in this blog
I tried the command below on my Windows command prompt but got a "Build Failure", Why?
C:\Users\abc\Desktop>mvn ...
1
vote
1answer
205 views
Share apklib file but hide the source code Is it possible?
So I have Android library projects which are built using android-maven-plugin. This results in the generation of .apklib snapshot. This snapshot has all the java source code and resources for that ...
0
votes
0answers
246 views
Cannot compile android internal app using Maven
Im trying to compile the android ics 4.0.4 Phone app using maven. I was able to compile properly using eclipse by adding the required internal jars as system libraries. The required jars were: ...
10
votes
1answer
900 views
Maven build Android application - BuildConfig
While trying to use Maven for building Android projects I recognized that the maven-android-plugin doesn't autogenerate the BuildConfig class during build time. I have found a ticket regarding that ...
4
votes
2answers
2k views
mvn android:deploy not working (despite success confirmation)
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 ...
1
vote
1answer
1k views
ClassNotFoundException in apk build with maven
I want to switch to maven for my build process in Android development. I followed http://www.sonatype.com/books/mvnref-book/reference/android-dev-sect-archetype.html to create the pom.xml and adjusted ...
2
votes
1answer
439 views
Android - Maven Build - Proguard - can't find referenced class
At the moment I am trying to setup a maven build for my existing Android application. (had been built with Ant before) While running the proguard obfuscation I am getting a lot of warnings telling me ...
1
vote
1answer
340 views
How to use maven settings from external settings.xml for maven-android-plugin project?
I created an Android Maven project just as described in this post (link to post). I use the last archetype: android-release.
So everything is working fine, except when I want to release a version, I ...
12
votes
1answer
601 views
Android aapt high processor utilization (and slow!)
I'm having an issue with Android's aapt tool. I run two development environments. Each one is on a quad core rig with 8gb of RAM. One is Windows 7, the other is Ubuntu 10.04. Both are running ...
2
votes
2answers
160 views
Commit updated Proguard mapping during Maven 3 release
I use Maven 3 to manage the build and release cycle of my Android application. During a release the application source is obfuscated using the Proguard maven plugin. Ideally I'd like the updated ...
4
votes
1answer
2k views
APKLIB does not get installed in Maven Repo
This must be a very stupid newbie question, but I have spent my whole day trying to figure out what is wrong with this thing.
I was about to include a dependency on Sherlock Action bar into my ...
10
votes
2answers
1k views
Android build configurations for multiple customers
I have Android application that needs to be delivered to multiple customers.
For every customer I have different graphics and configuration XML files which specify features and URLs.
At build time ...
0
votes
1answer
606 views
Maven configuration for Android 3.0 using Library Projects and AspectJ
I've tried to find a solution for my problem but I haven't found it yet.
I'm working on a project that only compiles against Android 3.0, uses Android Library Projects, which are now supported by the ...
0
votes
1answer
404 views
Maven android compiling multiple source directories
I have created a maven android project using this archetype. I want to integrate mirah source files inside my project. So I added the plugin mentioned here to my pom.xml. I setup the configuration ...
0
votes
0answers
134 views
main.xml and strings.xml are overridden on android:generate-sources
I've setup a clean android project using the archetypes. Whenever I try to modify main.xml and strings.xml in res/layout and res/values it fails. Correctly: Not the editing failes, after running mvn ...
4
votes
1answer
5k views
Maven says missing plugins: how to install them?
I've got some problems using Maven on this ready-to-use project: http://wiki.javaforum.hu/display/ANDROIDSOAP/Home
Basically, I just need to change a couple of rows and I should be ready to use the ...
