Top "Android-build" questions

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

"Conversion to Dalvik format failed with error 1" -- on export only

I know this is a repeat question but I've read and tried every solution on this site and I'm still …

android apk android-build
ProGuard build fail "Unresolved references"

I've been working on the newest version of my app and it tests just fine, but when I do a …

android proguard android-build android-proguard
org.gradle.execution.TaskSelectionException: Task 'wrapper' not found in project ':app'

I open my project after a few days and I started getting this error org.gradle.execution.TaskSelectionException: Task 'wrapper' …

android android-gradle-plugin android-build android-gradle-3.0
Add one android project as a library in AOSP App

I want to add some features into Browser app by start an activity from another android application. It gives me …

android android-ndk android-source android-build android-framework
Disable Manifest Merger in Android Gradle Build

I am using the new gradle android buildsystem. The project consists of two android library projects and one main project. …

android gradle android-build
How to just build Android system image

I made some small changes in framework/base, and did a "mm" under that folder. Now I don't want to …

android android-source android-build
Android Studio: Switching a URL depending on buildtype? (used for testing in debug /release)

I have been reading something about variants and buildtypes and I don't know if I am understanding it right but …

android android-studio android-gradle-plugin android-build
aar support in Android.mk

I am doing android custom ROM development now. the build system of aosp is based on Android.mk, But I …

android android-build aar android.mk
Cannot access ActivityCompatApi23 class

I am having runtime problems with my gradle file. I added this compile 'com.google.android:flexbox:0.3.1' as a …

android gradle android-gradle-plugin android-build android-flexboxlayout
Cannot build actionbarsherlock: BuildConfig cannot be resolved to a variable

I imported the actionbarsherlock folder into the workspace using "Import -> Existing Android Code Into Workspace". Then I ensured …

android eclipse actionbarsherlock adt android-build