Sep 19, 2016 configuration global gradle proxy Set Different Gradle Configurations TL;DR: create a global gradle.properties file (in <HOME>/.gradle or GRADLE_USER_HOME if defined). Place there the system specific configuration.
Feb 10, 2016 dex error gradle top-level unexpected Fix Gradle Error: UNEXPECTED TOP-LEVEL EXCEPTION Today I got the lovely UNEXPECTED TOP-LEVEL EXCEPTION from the dexer in android. Looking on the net yielded several causes and resolutions. Note: I'
Jun 20, 2015 change gradle home Move Gradle Home I'm having some space constraints and I need to move as much as possible to a non-backed-up place. Gradle home (the .gradle directory)
Jun 18, 2015 android gradle proxy studio Gradle(w) and Proxy Authentication The recent updates in Android Studio eliminate the possibility of passing JVM arguments to gradle. That's quite unfortunate because I quite liked my
May 20, 2015 android as configuration gradle optimise speed studio up Android - More Speed up Building with Gradle In my previous post I described one thing you can easily do to improve the build speed, namely enabling the gradle daemon. In the meantime,