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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -