我正在尝试为构建示例应用程序(apk)。我在建筑的时候遇到了一些问题。我所犯的错误是。
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.1构建时,我在4.0版中克隆了一些问题。
这是示例应用程序的README.md https://github.com/alexa/alexa-auto-sdk/blob/4.0/aacs/android/sample-app/README.md
请帮助您提供任何可能与此相关的信息。
发布于 2022-09-20 11:52:23
您应该从Amazone支持处请求此aar。
https://stackoverflow.com/questions/72907569
复制相似问题