我按照百度文档介绍的来写 SpeechSynthesizer mSpeechSynthesizer =speechData/" + LICENSE_FILE_NAME); // 请替换为语音开发者平台上注册应用得到的"我的Secret Key"); // 设置Mix模式的合成策略 this.mSpeechSynthesizer.setParam= mSpeechSynthesizer.auth(TtsMode.MIX); // 判断授权信息是否正确Log.i(TAG, "auth failed errorMsg=" + errorMsg); } 但是为什么一直报错