Top "Android-gradle-plugin" questions

The Android Gradle Plugin is Android's standard build system.

Error: Configuration with name 'default' not found in Android Studio

I am using the volley library to perform network operation in android. So I am trying to add this library …

android android-studio android-gradle-plugin android-volley
Could not find method android() for arguments

I've been trying to import a project to Android Studio and this is where I am stuck, there is a …

android android-gradle-plugin build.gradle android-studio-2.0 android-studio-import
The number of method references in a .dex file cannot exceed 64k API 17

I am building an app with SugarORM Library but when I try to build the project for API 17 (didn't check …

android gradle android-gradle-plugin android-multidex sugarorm
error: resource android:attr/fontVariationSettings not found

Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process. /home/midhilaj/.gradle/…

android android-gradle-plugin
Adding local .aar files to Gradle build using "flatDirs" is not working

I'm aware of this question: Adding local .aar files to my gradle build but the solution does not work for …

android android-studio android-gradle-plugin build.gradle aar
using facebook sdk in Android studio

I'm following Facebook SDK for Android using Android Studio. When I run my application I'm getting the below mentioned warning. …

android facebook android-studio facebook-android-sdk android-gradle-plugin
Android Studio Gradle DSL method not found: 'android()' -- Error(17,0)

I am attempting to run my project in Android Studio but the error appears below: I have followed many sources …

android android-gradle-plugin dsl
Build Android Studio app via command line

I want to build an Android Studio app (the Gradle build system), but I want to do this via the …

android-studio gradle command-line android-gradle-plugin
Is it possible to declare a variable in Gradle usable in Java?

Is it possible to declare a variable in Gradle usable in Java ? Basically I would like to declare some vars …

java android gradle android-gradle-plugin