0
votes
1answer
12 views
How do you specify an alternative folder to the asset folder at build time
I'm in the process of setting up a build system for android, ios, and windows platform that shares the same code.
For the android piece of the build, I want to have this shared code in the assets ...
0
votes
0answers
23 views
Create .apk file using build.xml
I try to create my .apk file using the build.xml file that I've created using eclipse. I want to get this from the Command Line and without use "ant debug" or "ant release" because I have not jdk ...
-1
votes
1answer
21 views
About use ant in android-test-project [closed]
These days,I try to use ant to build my android-test-project,but when I use "ant debug" in commendline ,there tell me BUILD FAILED : ANDROID_HOME\tools\ant\build.xml:588:dubant task calling a target ...
0
votes
0answers
14 views
Ant Jar exports R.java.d file
I'm building an SDK library for Android apps so I'm using an Android project however only creating and working in Java files. I'm not using the R.java file and I could care less about it.
To build ...
3
votes
3answers
71 views
Ant Build Failed
I am trying to build an Android Project using Apache Ant through Command Line but it is giving me Build Failed with the following error statements:
Java.io.IOException: Cannot run Program. ...
0
votes
1answer
28 views
ANT Adobe Air ANE build Android Cannot access android.app.Activity
Im trying to compile an adobe Air ANE file but I keep on getting this error im unsure how to resolve:
[javac] /Users/feli/Desktop/Flurry ...
0
votes
0answers
13 views
Android ant AIDL step always rebuilds
C:\work\AbraKadabra>ant clean
Buildfile: C:\work\AbraKadabra\build.xml
...
BUILD SUCCESSFUL
Total time: 3 seconds
ant release
...
BUILD SUCCESSFUL
Total time: 2 minutes 47 seconds
If I do and ...
0
votes
0answers
21 views
Maintaining beta and release branches in Android
Our app is currently in an open beta-phase and we are nearing the point where we are ready to switch to a stable release. It is freely available through the play store and we simply want to rename the ...
0
votes
1answer
32 views
Include java project into android build
I've got such a problem
I have to include external java project into my android build.
The project structure is:
Alpha - project with shared classes and libs.
Beta - android project that uses ...
0
votes
0answers
16 views
How to make javadoc available outside the doc-folder?
So I'm quite new at this. I've created a small Android app (which is working fine) for a school project, and I'm required to hand in the documentation. I'm using Ant to generate the javadoc which ...
0
votes
2answers
22 views
Building android app via ant won't work from batch file?
I'm trying to build my android app via commandline (batch file to be specific). I'm working on a phonegap/cordova app and I find it to be a bit of an overkill to use Eclipse only for compiling.
If I ...
0
votes
1answer
26 views
How to reference .jar from other project with ant?
I have project A. A needs to refernce the android support library which I have in project B. I would think it should be as easy as adding a class path entry such as:
<classpathentry kind="lib" ...
2
votes
1answer
76 views
newrelic Install for android that does not use ant
I want to install newrelic to monitor my android app.
I have successfully integrated the SDK using ant.
However, I prefer using a code library rather than linking my code with their .class.
The ...
1
vote
1answer
24 views
Android ant override location of res folder using build.properties
So I am setting up my project to use ant to do automated builds but with one of the external libaries I have run into an issue. The external libary src and res folder point to another projects res and ...
1
vote
2answers
67 views
Android JUnit xml report not created on device
Do I need to do anything special to have a JUnit xml report created when I run robotium tests against my Android application?
I have my application, and a few Robotium tests that I am running. I run ...
0
votes
0answers
8 views
ant has cant locate sdk.dir in android
After running
android update project -p . --subprojects --target 13
I have generated
sdk.dir=/home/marko/adt-bundle-linux-x86_64/sdk
in local.properties file.But when I try to run ant release ...
0
votes
1answer
54 views
How to use ant to build with android
I want to set up a ant build for my project. I found a tutorial saying that I need to write the following command in order to prepare for ant build:
android update project -p
then I get the result
...
0
votes
0answers
46 views
Customizing Ant build to include different jars
I've an android apk, including multiple apk libraries and multiple jars. Two of those jars (let's say myJar1 and myJar2) are build in the -post-build hook of one apklib.
My problem is that I need to ...
0
votes
0answers
29 views
appending <path> in ant build.xml
I'm trying to work around ant build issue in sdk 21. I have a library project with both library dependency and maven dependency. I tried the work around here:
Is jar.libs.dir not being overridden ...
1
vote
1answer
61 views
Building android apk with ant under MacOS X and “Application not installed”
I have a bash script that basically calls ant to compile a Android application source tree, and then uses adb to install and start the application on a connected android device.
The bash script has ...
0
votes
1answer
38 views
Android build ant + .bat is not executing all commands
I'm developing a script to build android project which referencing lib-project so there is some preparations before launching ant, so I decided put that actions into a .bat-file.
The .bat's ...
-3
votes
0answers
36 views
Mechanical Turks in Android [closed]
I am trying to create an app that takes pictures and then create hits on the Amazon Mechanical turk using the pictures taken as part of the question. Right now, I have done taking the pictures part ...
1
vote
2answers
81 views
Android: Remove unused resources when releasing
I've seen that's possible to detect unused resources (especially media resources which take some space) here android-remove-unused-resources-before-shipping and here ...
0
votes
1answer
31 views
Android Ant and TeamCity
Is it possible to get the android:versionCode & android:versionName from the AndroidManifest.xml file and use them in my AND build.xml file? I would like to incorporate these values in my APK when ...
1
vote
0answers
64 views
+50
Can't build multiple Android dex files with Ant from external jars
I'm developing an Android app that requires multiple libraries (for Facebook, Google Maps v2 and Quickblox among others), resulting in a method amount overflow that goes over the 64K limit:
Unable to ...
2
votes
1answer
37 views
Ant equivalent for IntelliJ's “provided” scope
For Android and other Java projects, IntelliJ and some other build systems allow for dependencies with scope "Provided", meaning the sources of the dependent module will not be included in the module ...
0
votes
0answers
39 views
Ant script to release android project
I am able to generate release apk file from command prompt (ant release -f "project path").
Now the thing is that I want to do the same thing inside the ant script. How can I do that?
I tried ant ...
0
votes
1answer
92 views
Building Android Project (Zxing) with ANT
I am new to Android and the Ant based build process. I want to build the project barcode scanner zxing hosted in the google code. I downloader the source and followed the build procedure in the wiki. ...
0
votes
1answer
254 views
library resolve to a path with no project.properties file
I'm having trouble building my project with Jenkins and referencing the Sherlock project library.
I can build the project with ant on my local system. The problem seems to be referencing the ...
0
votes
0answers
22 views
Android ant, error that if doesn't support the “condition” attribute [duplicate]
I am using Ant to make APK file for Android project. When I am doing ant debug... I have the below error..
ANDROID_HOME/tools/ant/build.xml:427: if doesn't support the "condition" attribute.
The ...
1
vote
1answer
50 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
0answers
64 views
How Should I Handle Multiple Locations for a Library Project in Android?
I'm developing an open source Android app. I'd like to use multiple development platforms. The first is my Gentoo box, where I use ant and emacs for development (because I've used emacs for years and ...
0
votes
0answers
25 views
Source is not marked as modified in eclipse after ANT build script has run
We have following string in our build file for ANT:
<replaceregexp file="${dom.file}" flags="sgi" match="${regexp.defaultdomain}" replace="${replace.defaultdomain}" />
Ant task is run from ...
1
vote
1answer
177 views
com.android.dx.util.DexException: Multiple dex files define
I use ant release and got this error:
[dx] UNEXPECTED TOP-LEVEL EXCEPTION:
[dx] com.android.dx.util.DexException: Multiple dex files define Lcom/android/vending/billing/IMarketBillingService;
...
0
votes
1answer
39 views
Run Android Instrumentation Tests Headless?
I'm not even sure if this makes sense but is it possible to run instrumentation tests in a headless mode? Currently I run my test suite from the command line like so:
ant debug install test
Or if I ...
0
votes
0answers
24 views
Shadow library with a local jar
I've put a junit-4.11.jar file in my libs/ as that's what I'd like to use for my unit tests. Mind that the tests only test the backend so it shouldn't matter that Android currently can only do junit ...
0
votes
2answers
41 views
Android ant build: How to configure library order?
I am building an android application using one external somelibrary.jar file. In eclipse I can build it by
Configuring build path
Adding external somelibrary.jar
Change library order so that ...
0
votes
1answer
102 views
Android with Maven and IntelliJ
For the past 3 weeks I've played heavily with Android Maven build process. For the most part I find it a much better experience than Eclipse but have a few questions I'd like answered:
Is there a ...
0
votes
0answers
21 views
Can we write code for Android update project -p . within a build.xml
Is there any way waay to write Android update project -p . within a build.xml .
I need this so that I can create build.xml for other project files which are checkout from a svn.I am using ant to ...
0
votes
1answer
34 views
Using a shared library in a project and build it using Ant
I have a project A which uses a project B as its library .What should I do in-order to create a build by using ant?I am trying to use this in my android project without using eclipse's wizard to do ...
1
vote
0answers
32 views
Continuos delivery pipeline for Android Applications
I am doing a little research on how to setup Continuos delivery pipeline for Android apps. I am aware of existing approaches of using Jenkins and Ant scripts for making a build. What I'd really like ...
2
votes
1answer
165 views
Adding a custom ant task to custom_rules.xml in my Android project
I want to add a task to the Ant script for my Android project in order to generate Javadocs from the source code. To do so, I have modified the custom_rules.xml file as
<project ...
1
vote
1answer
60 views
Jenkins build fail with Android Google API
I have an Android project with target Google API level 15, which I can successfully build locally on my machine with Ant. The issue is, however that when I try to build it on my jenkins server I get ...
0
votes
0answers
30 views
Android: iosched clone resource/api issue
I am using Ant to compile a clone of iosched but am running into an error. Lots, actually, but I'm sure it's from something simple I'm not seeing.
When running ant debug when aapt is bundling ...
1
vote
3answers
161 views
Android always throw ClassCastException
I built my android project from command line and compile using ant debug install. But after i import a external project called Android-PullToRefresh to my project, my project becomes abnormal when ...
0
votes
1answer
57 views
NoClassDefFoundError when using Ant to build and sign APK containing libraries
I'm having an issue while launching an APK that has been built and signed through Ant.
My project includes a library. This library is also a
My project builds fine, but when I launch it, the app ...
1
vote
3answers
62 views
Android - Build application without eclipse
I have one main application and an Android library project that it
uses
I can compile and run the application fine in eclipse
when I try to build the same app using ant I am facing issues
I am ...
0
votes
1answer
35 views
Building android application using ant
I need to compile my application with additional libraries. The problem is that I do not want to include external libraries inside my application.
In Eclipse I have the option to toggle if I want a ...
0
votes
0answers
32 views
Intellij provided dependency type, in ant build [closed]
I go an Android module lets call him A, and another library module, called B, A has a dependency on B but the dependency scope is "Provided", and this is what I need.
When build project in ant, the ...
119
votes
12answers
50k views
NoClassDefFoundError - Eclipse and Android
I'm having a problem trying to run an Android app which, up until adding a second external library to its build path, was working fine. Since having added the scoreninja jar, I now get a ...


