I am build the pocketsphinx and sphinxbase and pocketsphinxDemo as given in the
http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/
But when I run the PocketSphinxAndroidDemo on the device it shows the initial screen and blacks off.
on the logcat i get error like:
No JNI_OnLoad found in /data/data/edu.cmu.pocketsphinx.demo/lib/libpocketsphinx_jni.so 0x40513c80, skipping init
i have created the directory structure as specified in the link and changed in the recogniser.java too.
Please help.