0
votes
1answer
30 views
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode error
I am trying to upload an Application on the Google Play store. I am building the .apk and signing it using Maven. I have used maven-jarsigner-plugin to sign the .apk file. I am using the key that I ...
0
votes
0answers
29 views
error in integrating maven plugin in android project
I am trying to build an android application project using maven and eclipse.
I created a 'hello world' file and then converted it into a maven project. After adding com.google.android dependency and ...
0
votes
0answers
23 views
Difficulty assembling maven plugin with Eclipse IDE for android
I am trying to assemble Maven plug-in with Eclipse IDE. I want to make an android application.
I have installed android-release archtype, and have made a new Maven project. When I make a new project, ...
0
votes
0answers
13 views
How to run a junit test case of robotium using maven 3.0.5?
I have an apk file of which I have successfully written a Juint test case using robotium. I have created this using Eclipse. Now I want to run that same Junit test case using maven 3.0.5. I dont have ...
0
votes
2answers
36 views
Excluding files with Maven doesn't work
I run into problems at Maven compile when using JMockit together with JUnit and Android:
[INFO] UNEXPECTED TOP-LEVEL EXCEPTION: [INFO]
java.lang.IllegalArgumentException: already added:
...
2
votes
1answer
58 views
+50
AndroidAnnotations processing fails in IntelliJ because R.java isn't generated
I think there's some problem with IntelliJ when it generates the R.java file, which leads to a problem in AndroidAnnotations because it can't resolve the resource id for my layout.
Here's my ...
0
votes
0answers
23 views
Error: Error “No resource found that matches the given name: attr 'vpiTabPageIndicatorStyle'” when building with maven
I've maven project where ViewPagerIndicator added as submodule. Now I'm trying to add custom style to TabPageIndicator.
Here is my styles code:
<style name="AppTheme" ...
7
votes
3answers
560 views
Android Maven Could not find tool 'aapt'
i was trying to follow this tutorial:
http://www.gdgankara.org/2012/11/01/step-by-step-android-development-with-maven/
but after setting up the environment, and create a project, at the "run ...
1
vote
0answers
41 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 ...
7
votes
4answers
383 views
ADT 22 - missing aapt.exe after upgrading
At work, I need to use maven with Android.
maven uses appt.exe for its own compiling process.
ever since I've upgraded to ADT 22 , maven says it can't find this file, and it's right- the file is ...
4
votes
2answers
332 views
Does Android Studio support Maven?
Does Android Studio seamlessly support Maven projects?
Or do you have to download plugins and jump through hurdles (a la Eclipse)? Or can you use Maven at all?
0
votes
0answers
18 views
+50
Maven 3 “uber jar” how to embed a jar within a jar?
This has been killing me all day.
I am working on android / java in eclipse.
This is what I want to do
I want to embed one of my libraries - DatabaseLibrary
within another of my libraries - ...
-1
votes
0answers
29 views
How to solve Android Maven Build error: IllegalArgumentException: already added: Lorg/apache/commons/logging/impl/NoOpLog?
My build on eclipse works just fine. I am getting error with "mvn
clean verify" Maven build. Appreciate any help.
[INFO] UNEXPECTED TOP-LEVEL EXCEPTION:
[INFO] ...
0
votes
0answers
43 views
Generate code coverage reports for Android Maven Library Project
I have a Android Library project and an Android Test project.
The test project has Android dependency and junit dependency.
The modules are:
MyProject
MySample
MyProjectTest
MySample uses ...
0
votes
1answer
24 views
Why IntelliJ generates Maven ATTACHED_JAR xml files?
My project has dependency from ActionBarSherlock, HoloEverywhere and others that are added like that:
<dependency>
<groupId>com.actionbarsherlock</groupId>
...
0
votes
0answers
23 views
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_apklib_Version
Example:
...
2
votes
1answer
86 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
33 views
Unable to start main activity which has build by maven
I had three proejct: parent, source and a library project.
My problem is the following: after successful mvn install android:deploy android:run the application get`s crash with the following message:
...
0
votes
1answer
53 views
how to upload video to youtbue using YouTube Direct Lite App for Android
i'm try to upload video from youtube without using intent
in my previous Q
using youtube data in android project
Ibrahim Ulukaya Proposed to use in his example ...
0
votes
0answers
35 views
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.
...
0
votes
1answer
26 views
Change name of surefire-report that android-maven-plugin outputs
I can't find any way to change the name of the surefire-report that uiautomator together with android-maven-plugin outputs.
Anyone know if its possible? Or any work around?
0
votes
1answer
41 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
67 views
How to push Slidingmenu jar into remote maven repository?
I am new to Maven. In my maven android project I have SlidingMenu included. I got the SlidingMenu jar file in my local .m2 repository from GitHub.
I have got three folders inside my ...
0
votes
0answers
36 views
PowerMock ClassCastException when trying to run tests with the PowerMockRunner
Just Adding the following dependencies to my Android maven project:
<dependency>
<groupId>org.powermock</groupId>
...
1
vote
0answers
26 views
Pulling artifacts by Android Maven plugin
I have a problem with android maven plugin.
I want pull artifact from device to my workspace. Wrote config in pom file
<pull>
<source>/sdcard/test</source>
...
2
votes
3answers
84 views
Segmentation fault with aapt
Trying to build and Android project using Maven, we are not able to compile it with google play services apklib with it.
I've tried to remove all the languages from the apklib, just keeping the ...
3
votes
2answers
106 views
Performing mvn release:perform
I have made a small android library that I would like to made available on the central maven repository. I am trying to follow the steps listed here
...
0
votes
1answer
67 views
android - maven unable to create project from archetype
I've installed the eclipse helios, the android sdk(put that in my path), the android m2e plugin for eclipse, and Maven 3.0.3(also in my path). I can create normal android projects just fine. I'm ...
1
vote
1answer
39 views
Android, Maven and Jackson
I'm trying to take Jackson into use in my Android app project. Everything else works nice but running tests in CI through Maven fail, if I run the same test from Eclipse it works but then I'm not ...
0
votes
1answer
52 views
Android Error on Installation: [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
So this has been bugging me for a while now. It used to work fine when I put it on an actual android device, and only showed the error when I tried to install my app on a emulator but now it is ...
0
votes
3answers
60 views
Building a fat jar using maven
I'm quite new to maven. I have a code base which I want to distribute as jar. It also have dependency on external jars, which I want to bundle in the final jar. I heard that this can be done using ...
0
votes
1answer
35 views
Why mvn android:lint skips sub modules?
Why does android:lint only scans my Aggregator Project for Lint warnings and skips the "APP" Module ?
In the POM of the APP Module i defined:
<plugins>
<plugin>
...
0
votes
0answers
31 views
Build Android Apps with Jenkins; proguardJvmArguments can not be assigned
I'm trying to build an Android-App on Jenkins.
A local build with Maven works, but on Jenkins I keep getting this error:
[INFO] --- android-maven-plugin:3.1.1:proguard (default-proguard) @ ...
1
vote
0answers
44 views
Get APK version code with android-maven-plugin
I'm doing my releases with android-maven-plugin 3.5.3.
I would love to get my final apk in specific naming:
App-v${project.version}-${android.manifest.versionCode}.apk
I can't get version code from ...
0
votes
0answers
16 views
Bundling multiple JARS into one and choosing specific one from client app
I'm working on a library jar (more like a wrapper on other libraries) which has dependency on more than one other library jars. I know that I can create a one jar/fat jar using eclipse and ship it. ...
0
votes
0answers
46 views
How to make Maven compile after resource filtering
I'm trying to use the maven resource plugin to replace some tokens in strings.xml with those specified in my pom.xml below.
I've created a new profile to do this, so I can seperate this special build ...
0
votes
2answers
146 views
Error with Maven Dependencies when building HoloEverywhere
I'm trying to use HoloEverywhere in an Android application but I cannot get it to work properly. Whenever I try to import the library I get some errors. After Googling I've been able to remove error ...
0
votes
1answer
83 views
Androd Maven Instrumentation Tests with Robotium returns IllegalAccessError
I have have my android application integration tests.
When I try to run them from maven I get error below. I read here that I should use <scope>provieded</scope>, but then I get ...
0
votes
2answers
38 views
How to build a JAR for an android project
I am working on a small project to allow cookies to persist. I want to make the project as a JAR so other developers can use it in there project. At the moment I am able to build the project as an ...
0
votes
0answers
11 views
Android maven compile build with dependent module
I have maven project with 2 modules : android client module -> api module, and I can't build apk with classes from api module.
Final apk file don't containt classes from api module, in android ...
0
votes
0answers
22 views
android-maven integration-test deploy not finding jar library at run-time
We are attempting to get some continuous integration testing online for an android library (.jar file, but not an android project with the library flag set) that we have written. I have created a ...
0
votes
1answer
172 views
Android google map v2 maven
I am creating an android application using google maps and maven. I put in my pom.xml two dependencies
<dependency>
<groupId>com.google.android.gms</groupId>
...
2
votes
1answer
97 views
Android Maven IntelliJ project with git submodules
We have a maven project with Git submodules contrib/holo-everywhere and contrib/ActionBarSherlock
Root pom.xml describes modules like that:
...
1
vote
1answer
80 views
How do I include native .so files for two architectures in an apklib using Maven?
I have two .so files that I need to be packaged with an apklib, with this structure:
- libs
-- armeabi
--- libvinit.so
-- armeabi-v7a
--- libvinit.so
I know I can use install-file to upload this to ...
0
votes
1answer
55 views
how to launch URL link in android emulator browser from windows
I have question. I want to automate testing in android browser.
My requirements:
I have JS Test Driver maven project which needs to be tested in android browser.
So what I want to do is
in maven ...
0
votes
1answer
122 views
Android Maven ClassNotFound
I'm using IntelliJ 12.1 and everything runs perfectly when I try to build and install. When I try to build and install the app via Maven I get the following error:
04-10 21:28:03.044: ...
0
votes
3answers
167 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 ...
1
vote
1answer
51 views
create a generic application and build automation
I have a generic newspaper application that has been customized to 6 different applications.
The only changes are
Package name
Some constants (in class file and resources)
images and Icons
The ...
0
votes
1answer
380 views
how to add “google-play-services_lib” (google map V2) as a apk lib depedency
I Need to use the Google Maps Android API v2 to in my android application, I'm using maven to handle my dependencies and build process,
I did follow this tutorial to set up the API V2
...

