Guest User

Untitled

a guest
Nov 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Running dex as a separate process.
  2.  
  3. To run dex in process, the Gradle daemon needs a larger heap.
  4. It currently has 1024 MB.
  5. For faster builds, increase the maximum heap size for the Gradle daemon to at least 1536 MB.
  6. To do this set org.gradle.jvmargs=-Xmx1536M in the project gradle.properties.
  7. For more information see https://docs.gradle.org/current/userguide/build_environment.html
Add Comment
Please, Sign In to add comment