Dani Bronshtein - 2018-07-23

Hi!
I am corrently working on a new app. I want to add a speech recognition engine to this app. I did some research and pocketsphinx was the best option. I downloaded pocketsphinx-android-demo. During my work I got an error :
failed to init recognizer java.io.FileNotFoundException sync/assets.lst ..
I am working with Eclipse and I do not have Gradle in my project.

Can I solve sync Assets without Gradle while using Eclipse?
Thanks!