error.code = 2014, error.description = so库链接错误
Ta的回复 :我也碰上这个问题了,添加代码解决: System.loadLibrary("gnustl_shared"); // 部分版本不需要BDSpeechDecoder_V1 try { System.loadLibrary("BDSpeechDecoder_V1"); } catch (UnsatisfiedLinkError e) { SpeechLogger.logD("load BDSpeechDecoder_V1 failed, ignore"); } System.loadLibrary("bd_etts"); System.loadLibrary("bds");