Hi,
I am using docx4j in Android succesfully working in Eclipse, I tried to migrate to Android Studio and it is failing with the following error (it is exactly the same code and libraries, not a symbol changed):
Error:Execution failed for task ':app:createDebugMainDexClassList'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_75\bin\java.exe'' finished with non-zero exit value 1
any help would be nice.
btw:
I was trying to generate jars from scratch using Apache Ant with the ...