This build could be faster, plea
2019-04-18 本文已影响0人
JaedenKil
If gradle shows This build could be faster, please consider using the Gradle Daemon, may consider add some code to project.
In andorid studio project gradle.properties, add the below lines:
org.gradle.daemon=true
org.gradle.parallel=true