Top "Buildconfig" questions

A class created automatically by the Android Development Tools (ADT) plugin for Eclipse, with information about how the project build was configured.

BuildConfig not getting created correctly (Gradle Android)

I am trying to convert our Android application to a gradle build. I have the project and it's libraries building …

android gradle android-build android-gradle-plugin buildconfig
Gradle buildConfigField with integer variable

I would like to define a build config filed where I can use a variable defined in the gradle script …

android variables gradle buildconfig android-buildconfig
#if debug --> #if myOwnConfig?

is there a way in Visual Studio to use a custom Configuration like "#if DEBUG" I need a "#if OFFLINE" …

c# visual-studio debugging buildconfiguration buildconfig
applicationId manifest placeholder for multiple build flavors not working

I am modifying current android project so it can be installed on same device for multiple flavors and build configs. …

android gradle android-manifest buildconfig manifest-merging
How to list all flavors in buildConfig via gradle in Android

This is a simple gradle with three flavors : apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { applicationId "com.apipas.…

android gradle buildconfig android-build-flavors