Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TobiasB91 opened this issue Jul 30, 2019 · 2 comments
Open

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

TobiasB91 opened this issue Jul 30, 2019 · 2 comments

Comments

@TobiasB91
Copy link

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.

@noon99jaki
Copy link

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
}

@noon99jaki
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants