0

I'm trying to use PocketSphinx in my project,

But I can't use it on Android Studio.

It has a version of .so files and a jar that has no libs, That is compatible with Eclipse, But not Android Studio.

Can you help me to find a version that will work or explain how I could use that version in Android Studio?

Thanks.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87
user3184899
  • 3,019
  • 6
  • 30
  • 38

2 Answers2

2

Actually its compatible with Android Studio .Just create /lib folder under the root than copy the jar file in it. Than right click on the jar file and select "make it library" or something like this. Hope it helps.

0

Please check recently updated tutorial for using Pocketsphinx on Android, it includes a link to the Android Studio project in a section about Android studio. It should work out-of-box.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87