Questions tagged [android-build]

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

882 questions
-1
votes
1 answer

minimum amount of android sdk files needed to build a release apk from command line

I have the android SDK installed on a aws Ubuntu server (14.04). I have a ruby application which builds an APK and it is working fine on my development environment. However the android SDK is very large and has taken up half of the space i have…
-1
votes
1 answer

Error: cannot find symbol method canDrawOverlays(Context)

Sorry if this is a blatantly obvious issue with a resolution. I can't seem to figure out how to fix it. I'm importing. import android.provider.Settings; And attempting to run the code snippet below in Activities, Application, Broadcast Receivers,…
Captain Kirk
  • 350
  • 6
  • 24
-1
votes
1 answer

Android - Build fails with exception

I am building a project for quite a while and my friend recently started working on it as well. We are using github, we integrated it into android studio and everything seemed to be fine. However, after his first push, my build broke. FAILURE: Build…
-1
votes
1 answer

Proguard tutorial / configuration file for android studio

i've been searching for Proguard tutorial or explanatory configuration file all over, i can't find good one, there are very less pages regarding this & no simple explanation/tutorial for beginners. Please guide me to a tutorial which shows how to…
-1
votes
2 answers

Using VectorDrawable in layout showing Error parsing XML: duplicate attribute issue

As per the new release of Android studio tools build version 'com.android.tools.build:gradle:1.4.0-beta6' am using VectorDrawable in my layout as follows.
Chandru
  • 5,954
  • 11
  • 45
  • 85
-1
votes
1 answer

Android studio How to resolve Error in png files of library added

I have no Idea what is happening, last time when I finished my app I build its release apk and all was working just fine as expected but now today when I tried to make that pproject again and to make another apk I am getting the following error.…
Coas Mckey
  • 701
  • 1
  • 13
  • 39
-1
votes
1 answer

After flash a new built Android to my device, there is no `Google Play` store app

I built the Master branch of Android (version 4.2.2). And I flashed it to my Nexus 7 (fastboot flashall). Everything works well. However, there is no Google Play store app in this new system. Without it, I even couldn't install apps from Google…
JackWM
  • 10,085
  • 22
  • 65
  • 92
-2
votes
1 answer

Application not Working but after uninstall and install the same application works

Hi friends i have strange issue in my application First i get a build(Version 1) and released that in to play store, but that build not installed in some devices, so i search with google for the issues and find that "Have to get build with recent…
Rakki s
  • 1,426
  • 1
  • 18
  • 42
-3
votes
1 answer

Android Rom : How to test app after source code change?

For testing, do you i need to make a full build every time i made changes to app source. Like I've made changes in SystemUi app. Can I run it directly on device or I need to make a full build?
-4
votes
1 answer

App rejected in beta release

when I upload my build for beta release, every time I got App rejected from google play and the reason is: Your app is using a version of libpng containing a security vulnerability. Please see this Google Help Center article for details, including…
-5
votes
1 answer

Is is possible to have a single Android APK and change build variants in app?

Need a solution to build a apk that includes all build variants like mock, QA, DEV and change them with a drop down menu in the app. Thanks in advance
1 2 3
58
59