Top "Android-gradle-plugin" questions

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

React Native Unable to find a matching configuration of project (Build only)

My react native build works fine when running react-native run-android or cd android && ./gradlew assembleDebug. But I'll get …

android react-native gradle android-gradle-plugin gradlew
React Native : Error: Duplicate resources - Android

I was trying to create a release apk file from Android but when I create a release apk with PNG …

react-native android-gradle-plugin react-native-android
How can I upgrade react-native gradle version

I need help. I can't upgrade gradle version of my react-native project. I try a lot of things, downloaded last …

react-native android-gradle-plugin version upgrade react-native-android
How do I add Guava to my Android Studio project?

First and foremost, I am aware of the existence of this question - How do I add a library project …

android gradle android-studio guava android-gradle-plugin
What Product Flavor does Android Studio build by default in build.gradle?

We have an Android project that uses the new Gradle build system, and we use Android Studio as a development …

android gradle android-studio android-gradle-plugin
Indexing freeze with message: Indexing paused due to batch updated

I've updated Android Studio to version 3.2. After that update one of my projects don't want to index. It freezes with …

android-studio android-gradle-plugin
aarch64-linux-android-strip file Missing

I updated to Android studio 2.3 and my project got these errors Error:org.gradle.process.internal.ExecException: A problem occurred …

android android-studio android-ndk android-gradle-plugin
Failed to find target with hash string 'android-24'

I am getting this error after changing all the Google libraries to 24.0.0 and changing the compileSdkVersion and targetSdkVersion to 24. As …

android android-gradle-plugin android-sdk-manager android-7.0-nougat
How to use a library project in android studio

I have been trying to add this library project to my existing project in Android Studio. It's the first time …

android android-gradle-plugin library-project