I am trying to building this library for android using android studio on ubuntu 18.04. I do everything just like the document states, but I get this error:
> Task :app:mergeDebugJniLibFolders FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugJniLibFolders'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> java.io.EOFException
How can I fix this?
Thanks in advance.