Questions tagged [android-build]

For questions related to the build process of Android Applications, for all build tools.

882 questions
0
votes
1 answer

using android lib project in two different build versions project

I have android project that Its is now a android library project. I have set up two projects(A and B) that use the library project. So for example when I start project A it uses all of the activities from the lib project. The question is how to…
user1796624
  • 3,665
  • 7
  • 38
  • 65
0
votes
1 answer

Post-compile, pre-link build step in Android.mk

I need to create a library with ar from several object files that are built from sources included in LOCAL_SRC_FILES and then link against it when building the final library. Is this possible, and if yes - how can I do it? I looked int substituting…
mcmlxxxvi
  • 1,358
  • 1
  • 11
  • 21
0
votes
2 answers

android different build versions

I have a android app that I'm building in android 2.1. But the time has come to switch to a bigger build. What is the best way to support 2 or more android build versions. I had some suggestions like: Using git branches for the 2 builds Making the…
0
votes
1 answer

Installing different versions of the same apk at runtime

I have the following situation, I have an Android codebase where I read data from a DB on an sdcard. Now Lets say I have two folders mnt/sdcard/folder1 which has 1.sqlite in it and mnt/sdcard/folder2 which has 2.sqlite in it. Is there a way I can…
Vrashabh Irde
  • 14,129
  • 6
  • 51
  • 103
0
votes
0 answers

Building Android ICS source , getting error 41

I am using 64 bit Ubuntu 10.04 Machine for building ICS android-4.0.1_r1 using the Android Source Link - http://source.android.com/source/downloading.html . I am using the sun-java6-jdk instead of Open Jdk, and I think that is the preferrred…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
1 answer

why is system.img.ext4 generated after building Android ICS?

While Building Android ICS, system.img and system.img.ext4 are generated. Why are 2 such images generated? do I need to flash both of them to have ICS running?
spitfire88
  • 1,596
  • 3
  • 19
  • 31
0
votes
1 answer

how to set BUILD_MAC_SDK_EXPERIMENTAL=1 on Mac 10.7?

I am building Android OS source on Mac 10.7 follow instructions at: http://source.android.com/source/building.html. Below are the error code when I try to run lunch full-eng BinhNguyens-MacBook:WORKING_DIRECTORY CuongLy$ lunch full-eng 2012-10-04…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
0
votes
1 answer

automated android builds on Windows platform

I use hudson to make automated builds on unix. But is there any command line tools to setup automated build to generate apk file and sign it using my certificate. Thanks.
dcanh121
  • 4,665
  • 11
  • 37
  • 84
0
votes
2 answers

Android build target

I've been writing my first android app and so far have just been building against the highest android SDK available - 4.1. Up until this point I have only been testing on a physical device running 4.03 and everything seems to work fine. I would like…
Greg
  • 123
  • 6
0
votes
2 answers

Understand the build number in Android

I recently bought a new android phone from market. I am having difficulty in understanding the build code of my phone. My build code is TBW591331_8376_V3018 I searched the net but I haven't found any build number starting with TBW. Can anyone…
neel
  • 8,399
  • 7
  • 36
  • 50
0
votes
1 answer

Filtering locales out of production build at build time in android

Is there a documented way by which one can filter out a supported locale while building an android app? For example, if I have a locale for which support is only partially built, I want to include it in a debug build but exclude it from my release…
0
votes
1 answer

android libs calculated before libs are populated?

this is a weird one. i have a -pre-compile target in my custom_rules.xml. in here, some JARs get copied into the libs folder. if i do a clean build, it fails at runtime because those libraries do not get included in the .apk. looking at the output…
Jeffrey Blattman
  • 22,176
  • 9
  • 79
  • 134
0
votes
2 answers

Creating Android App builds

How do I create Android app builds similar to Windows code builds? I have my Android app code base checked in to Tortoise SVN. But I also have the binaries checked in - i.e the apk file etc. and not just the source code. Everytime there is a change…
Vrashabh Irde
  • 14,129
  • 6
  • 51
  • 103
-1
votes
0 answers

Unity game is getting crashed on the startup

Getting this error. I have tried multiple solutions but still getting the error. `FATAL EXCEPTION: main Process: com.GameOnn.GuessTheMovieQuiz, PID: 27569 java.lang.RuntimeException: Unable to get provider…
-1
votes
1 answer

Xamarin, effect of platform build tools (android)

I'm coding on xamarin to create an Android-form test application in vs2017. The coding isn't the problem its rather the environment. So far the biggest problem has been getting it all to work in vs2017. I managed to get it mostly working, with…
Peter
  • 2,043
  • 1
  • 21
  • 45
1 2 3
58
59