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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!