I'm new to Android Studio ... when I run my project, it takes about 14 minutes to build gradle. I am testing solutions to improve build speed as indicated in here
My gradle.properties file:
## Project-wide Gradle settings. org.gradle.daemon=true org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.configureondemand=true
but the problem remains the same, and each of these lines fades in color, just like the code for comment lines. when the mouse hovers over it, a message appears that says “Unused property”. This check reports all properties that are not referenced by the external properties file "
how can i fix this? Thanks
android
Lum Oct 17 '15 at 8:50 2015-10-17 08:50
source share