typelead/eta

Adding an eta-jar as a dependency in an android project

TobiasB91 opened this issue · 2 comments

I`m trying to add an eta-jar library to a fresh android project. I followed this tutorial. Unfortunately, the build fails due to "Zip64 EOCD locator found but Zip64 format is not supported." I suspect I need to change something in the configuration files, since my exported eta-functions are visible to the android studio IDE.

I am having the same issue with duckling-0.1.6.1

Still no luck after installing ShadowJar:
plugins {
id 'com.github.johnrengelman.shadow' version '4.0.0'
id 'java'
}
shadowJar {
zip64 true
}

It looks like the issue is triggered by the size of jar files. I was able to compile duckling in Android after deleting most of the language supports other than English.