修改了唤醒识别初始化部分,可以唤醒识别,但还存在问题;增加了合成

This commit is contained in:
2022-01-24 22:37:20 +08:00
parent e33c5a9737
commit 9bf7634f58
4 changed files with 336 additions and 69 deletions

View File

@ -55,5 +55,5 @@ flutter {
}
dependencies {
implementation files('..\\..\\..\\android\\libs\\Msc.jar')
implementation files('../../../android/libs/Msc.jar')
}