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

Cannot Change Strategy Of Configuration ':testcompile' After It Has Been Resolved

when I upgraded my google-services version to 4.1.0 and gms:play-services-maps:16.0.0 getting below… Read more Cannot Change Strategy Of Configuration ':testcompile' After It Has Been Resolved

What's The Different Between All*.exclude And All.exclude In Configurations.all

I want to know what exactly different between all*.exclude and all.exclude in configurations.all wh… Read more What's The Different Between All*.exclude And All.exclude In Configurations.all

How To Retrieve Path To Adb In Build.gradle

I trying to start application via gradle task. task runDebug(dependsOn: ['installDebug', … Read more How To Retrieve Path To Adb In Build.gradle

Ionic (+cordova,android.sdk,gradlew) Execution Failed For Task

(my problem was related to ionic, and it is common problem here, it is caused by using cordova and … Read more Ionic (+cordova,android.sdk,gradlew) Execution Failed For Task

Difference Between Running Lint Via Android Studio Menu And Gradlew Command-line

When I run the following on a command line: ./gradlew -lint I get different results than if I choo… Read more Difference Between Running Lint Via Android Studio Menu And Gradlew Command-line