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

Reset Default Gradle And Plugin For Android Studio To Be Up To Date When Creating New Projects?

Is there a way to reset the default gradle and plugin, without resetting all my settings, so I don… Read more Reset Default Gradle And Plugin For Android Studio To Be Up To Date When Creating New Projects?

Could Not Find Support-fragment.jar (com.android.support:support-fragment:27.0.2)

I cloned my project and opened with Android studio, but the build fails with the below error and sa… Read more Could Not Find Support-fragment.jar (com.android.support:support-fragment:27.0.2)

How To Install Repository Com.android.support:appcompat-v7

I have an error in my gradle script: In my app (gradle) I have: buildToolsVersion '25.0.2'… Read more How To Install Repository Com.android.support:appcompat-v7

Could Not Find Which Method Maven() To Invoke From This List:

I am currently attempting to emulate (and then build) and Ionic App (w/ Angular) for Android. I fee… Read more Could Not Find Which Method Maven() To Invoke From This List:

How To Enable Lint Error In Android Studio For Message "call Requires Api Level 21 (current Min Is 16)"?

I have a method called setImageTintList() that requires min API to be 21. But, if I set my min API … Read more How To Enable Lint Error In Android Studio For Message "call Requires Api Level 21 (current Min Is 16)"?

Android Flavors With Different Base Themes

I've an android project with multiple flavors that I'm working on. This works fine and I ca… Read more Android Flavors With Different Base Themes

Gradle Can't Manage To Add Compile 'com.google.android.gms:play-services:7.0.0'

I can't belive that no one found out how to solve this problem. I wanted to add a banner to my … Read more Gradle Can't Manage To Add Compile 'com.google.android.gms:play-services:7.0.0'

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