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

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

How To Avoid Dex 64k Limit By Importing The Right Library

I had this issue where I overflow the 64k method limit in Dalvik when compiling all the library I u… Read more How To Avoid Dex 64k Limit By Importing The Right Library

How To Add Poi Android In Android Studio?

I'd like to add POI Android in to Android Studio. The gradle code is this: implementation '… Read more How To Add Poi Android In Android Studio?

This Gradle Plugin Requires Android Studio 3.0 Minimum

I am getting mentioned error when importing this project: https://github.com/chrisbanes/cheesesquar… Read more This Gradle Plugin Requires Android Studio 3.0 Minimum

Android Sdk Version On Gradle And Manifest

I started using Android Studio a few weeks ago and there's a question I have, in the build.grad… Read more Android Sdk Version On Gradle And Manifest

Excluding Jars Via Gradle In Unit Tests

I'm including some locally-built libs from another project by using fileTree(): dependencies { … Read more Excluding Jars Via Gradle In Unit Tests

Fabric With Android Studio

I'm trying to install Crashlytics trough Fabric into my Android Studio Project I'm running … Read more Fabric With Android Studio

Issues With Google Maps On Android Tutorial

Hey guys I've been trying to follow the tutorial that Google has on it's developers site on… Read more Issues With Google Maps On Android Tutorial