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

Gradle Dsl Method Not Found: 'destination()' After Update To Gradle 5.2.1

After updating to Gradle 5.2.1 my build is failing with this error: Gradle DSL method not found: &… Read more Gradle Dsl Method Not Found: 'destination()' After Update To Gradle 5.2.1

Dependency Org.json:json:20090211 Is Ignored For Debug As It May Be Conflicting With The Internal Version Provided By Android

While I am running android studio, the warning below appears: Dependency org.json:json:20090211 i… Read more Dependency Org.json:json:20090211 Is Ignored For Debug As It May Be Conflicting With The Internal Version Provided By Android

Compile Jar With Test Classes

How can I compile jar with test classes in android? I am using android gradle plugin 1.3.1: classpa… Read more Compile Jar With Test Classes

Release Build Is Corrupted When Updating Support Gradle Plugins As 28.0.0-alpha1

My release build was corrupted when I using android support version as 28.0.0-alpha. But release bu… Read more Release Build Is Corrupted When Updating Support Gradle Plugins As 28.0.0-alpha1

Gradle @aar Dependency Resolution In React-native Project

I'm using an @aar dependency with transitive=true in build.gradle. It's downloaded to the … Read more Gradle @aar Dependency Resolution In React-native Project

Unable To Build Feature Modules In A Multi-flavor App

I am using Gradle 4.4 with Gradle-Android plugin 3.1.1 on Android Studio 3.1.1. I have 2 flavors &#… Read more Unable To Build Feature Modules In A Multi-flavor App

How To Avoid Using + In Version Number With Sqliteassethelper

I am using the SQLiteAssetHelper class to manage an SQLite database in my app. To do this I have f… Read more How To Avoid Using + In Version Number With Sqliteassethelper

Android Gradle Fails To Build After Clean (depends On Aar With Native Libraries)

I have an Android library project (projA) that depends on another library project (projB). I also … Read more Android Gradle Fails To Build After Clean (depends On Aar With Native Libraries)