Alexa-Auto-SDK找不到Autovoicechrome.aar

yqlxgs2m  于 2022-09-21  发布在  Android
关注(0)|答案(1)|浏览(176)

我正在尝试建立示例应用程序(APK)为Alexa-AUTO-SDK。我在建造的时候遇到了一些问题。我得到的错误是。

FAILURE: Build failed with an exception.

* What went wrong:

Could not determine the dependencies of task ':alexa-auto-app:dataBindingMergeDependencyArtifactsLocalRelease'.
> Could not resolve all task dependencies for configuration ':alexa-auto-app:localReleaseRuntimeClasspath'.
   > Could not find :autovoicechrome:.
     Searched in the following locations:
       - file:/home/chetan/Projects/Amazon_Alexa/alexa-auto-sdk/aacs/android/sample-app/alexa-auto-app/libs/autovoicechrome.aar
       - file:/home/chetan/Projects/Amazon_Alexa/alexa-auto-sdk/aacs/android/app-components/alexa-auto-voice-ui/libs/autovoicechrome.aar
       - file:/home/chetan/Projects/Amazon_Alexa/alexa-auto-sdk/aacs/android/app-components/alexa-auto-voice-interaction/libs/autovoicechrome.aar
     Required by:
         project :alexa-auto-app > project :alexa-auto-voice-ui

我克隆了4.0版本,因为我在使用4.1构建时遇到了问题。

这是示例应用程序https://github.com/alexa/alexa-auto-sdk/blob/4.0/aacs/android/sample-app/README.md的Readme.md

如果您有任何与此相关的信息,请提供帮助。

mbyulnm0

mbyulnm01#

您应该向AmaZone支持部门申请此AAR。

相关问题