Top "Android-gradle-plugin" questions

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

How can I add .so files to an android library project using gradle 0.7+

Project structure: App project --> depends on Library project Library Project has a folder for the compiled jni libs …

android android-ndk android-gradle-plugin
Is there any way to integrate Eclipse with Gradle in Android project?

I have Android project with standard build.gradle (also I added android annotations). Also I installed Gradle plugin (from http://…

android eclipse gradle android-gradle-plugin gradle-eclipse
Gradle Duplicate Entry: java.util.zip.ZipException

I integrated the Zendesk mobile sdk through its maven repository into my project and it wouldn't build anymore. It has …

android gradle android-studio android-gradle-plugin zendesk
Android Studio 2.2 Stuck at Building Gradle Project Info on importing existing project

I am using Android studio 2.2 on windows 10. I am trying to import an existing android project. The problem that it …

android android-studio android-gradle-plugin build.gradle android-studio-2.2
org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures in Android Studio

After updating Android Studio to 3.3 V I am getting the following error: I have updated all the gradle dependencies. Are …

android-studio android-gradle-plugin android-studio-3.3
java.util.zip.ZipException: duplicate entry

I have been battling this error all day in Android Studio. Project was imported from an eclipse solution. I have …

android android-studio android-gradle-plugin zxing android-developer-api
React Native Generating Signed APK "KeyStore file not set for signing config release"

I am trying to generate a signed APK. I have my password.keystore file located in \Dictionary\android\app and …

gradle react-native android-gradle-plugin build.gradle gradlew
Android - transform Classes With Dex For Debug

My project was working fine until I added the Facebook dependency. I've started getting this error. I've read many question, …

android android-gradle-plugin android-multidex
How to change the Android app package name when assembling with Gradle?

Is it possible to change the package name of an Android application using Gradle? I need to compile two copies …

android gradle android-build android-gradle-plugin