Problems trying to build PocketSphinxAndroidDemo using NDK

后端 未结 2 1074
别跟我提以往
别跟我提以往 2021-01-01 04:10

I am trying to compile PocketSphinxAndroidDemo, which provides an example implementation of the CMU pocketsphinx speech recognizer on Android. I first received an error simi

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-01 04:42

    Edit file jni/Android.mk

    Change Line 162 :

    LOCAL_STATIC_LIBRARIES := sphinxutil sphinxfe sphinxfeat sphinxlm pocketsphinx
    

    to :

    LOCAL_STATIC_LIBRARIES := pocketsphinx sphinxlm sphinxfeat sphinxfe sphinxutil
    

提交回复
热议问题