eta icon indicating copy to clipboard operation
eta copied to clipboard

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

Open TobiasB91 opened this issue 5 years ago • 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.

TobiasB91 avatar Jul 30 '19 20:07 TobiasB91

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 avatar Aug 13 '19 15:08 noon99jaki

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.

noon99jaki avatar Aug 14 '19 03:08 noon99jaki