Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gradle

Gradle Failed To Build With Error Multiple Dex Files Define

Gradle failed to build after I added google play services gradle Dependencies I've tried both w… Read more Gradle Failed To Build With Error Multiple Dex Files Define

Multiple Apk Support

I am working on application with multiple types choices and every type has different UI, content an… Read more Multiple Apk Support

How To Determine During The Build Which Exactly Version Of Dependency Is Used

I want to display exact versions of my app's dependencies in the 'About' screen. In bui… Read more How To Determine During The Build Which Exactly Version Of Dependency Is Used

Any Android Studio Version > 3.2.1 Show Red Resource But Still Compile

Me and my team are blocked to Android Studio 3.2.1. Any android studio after this one show error fo… Read more Any Android Studio Version > 3.2.1 Show Red Resource But Still Compile

Gradle Sync Failed: Could Not Find Com.android.tools.build:gradle:5.5.1

So, I'm running into an odd issue. I want to upgrade my gradle from version 2.14.1 to 5.5.1 and… Read more Gradle Sync Failed: Could Not Find Com.android.tools.build:gradle:5.5.1

When Using Gradle 'java-library' The Classes In The Library Cannot Be Referenced

After upgrading to Android Studio 3.0 I also use the new android gradle plugin com.android.tools.bu… Read more When Using Gradle 'java-library' The Classes In The Library Cannot Be Referenced

Android Studio 1.5.1 Gradle Error :app:mergedebugresources Failed

All was working fine, I'have changed nothing and now I have this error (see Gradle console). I … Read more Android Studio 1.5.1 Gradle Error :app:mergedebugresources Failed

Change Dependency Through A Task In Gradle

I've build a lib, that in order to compile the application needs to set the specific flavor and… Read more Change Dependency Through A Task In Gradle