s***@126.com
s***@126.com
  • 发布:2020-04-10 17:29
  • 更新:2020-04-16 10:33
  • 阅读:491

android 平台 5+app 云打包后点击语音识别,APP闪退

分类:HTML5+

详细问题描述

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]

2020-04-10 17:29 负责人:无 分享
已邀请:
s***@126.com

s***@126.com (作者)

问题已解决,新建项目,把文件复制过来重新打包

该问题目前已经被锁定, 无法添加新回复