auth failed errorMsg=(-202)ExecutionException[(cause)java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: Couldn't load gnustl_shared from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.zhou.tts-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.zhou.tts-1, /system/lib]]]: findLibrary returned null]
看了错误码是离线授权失败,我改了APPKEY那三个也还是不行,求解,用的是官方的DEMO
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
这个需要联网的 同时将临时授权文件删除
this.mSpeechSynthesizer.setAppId("7392655");
// 请替换为语音开发者平台注册应用得到的apikey和secretkey (在线授权)
this.mSpeechSynthesizer.setApiKey("9YK6a3bCdQRfzrbZQh2fa6jd", "e75061f801fdc42a6d4abb1e8a2365d9");
12-02 10:22:46.489 1681-1681/com.zhou.tts E/MainActivity﹕ error,please look up error code in doc or URL:http://yuyin.baidu.com/docs/tts/122