详细问题描述
android 平台 5+app 云打包后点击语音识别,APP闪退,本地调试没有问题
[App安装包或H5地址]
[可重现代码片段]
语言识别代码片段:
var that = this;
var options = {
engine: 'iFly'
};
that.message = '';
console.log('开始语音识别');
plus.speech.startRecognize(options, function(s){
that.message += s;
}, function(e){
console.log('语音识别失败:'+JSON.stringify(e));
} );
联系方式
[QQ]
1 个回复
s***@126.com (作者)
问题已解决,新建项目,把文件复制过来重新打包