Hello,
we had a working Android “workflow setup” a week ago:
Today, our configuration starts to fail randomly with no (or just cosmetic) changes. Here are build errors from the last few builds:
java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.io.EOFException
Exception in thread "ForkJoinPool.commonPool-worker-18" java.lang.IllegalStateException:
AAPT Process manager cannot be shut down while daemons are in use
* What went wrong:
Execution failed for task ':app-samples:packageRelease'.
> Execution of compression failed.
Caused by: com.android.builder.dexing.DexArchiveBuilderException: java.util.zip.ZipException:
error reading zip file
java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.io.EOFException
> java.io.IOException: Cannot allocate memory
java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.io.EOFException
Our config file:
Please, how we can fix it?