diff --git a/content/troubleshooting/common-android-issues.md b/content/troubleshooting/common-android-issues.md index 228d74d6..cd266397 100644 --- a/content/troubleshooting/common-android-issues.md +++ b/content/troubleshooting/common-android-issues.md @@ -72,7 +72,7 @@ Note: You'll have to completely upgrade all dependencies that require JCenter to {{}} -### Java heap space out of memory error +### Java heap space out of memory error or JVM garbage collector is thrashing ###### Description Builds fail with the below error: @@ -83,6 +83,12 @@ Builds fail with the below error: Execution failed for task ':app:minifyReleaseWithR8'. > com.android.tools.r8.CompilationFailedException: Compilation failed to complete +Or + + FAILURE: Build failed with an exception. + * What went wrong: + Gradle build daemon has been stopped: since the JVM garbage collector is thrashing + ###### Solution