android - Running Gradle Build Very long -
everyone! after latest update, studio has become long run (3-40min) "running gradle build" before running application. how treated? current studio version: 1.3.2
firstly,
allow gradle work offline : go file > settings > build,execution,deployment > build tools > gradle. then, in global gradle settings tab, tick offline work.
then, can tell gradle use daemon : add org.gradle.daemon=true
line in gradle.properties file.
hope helps.
Comments
Post a Comment