【发布时间】:2021-09-14 22:19:20
【问题描述】:
我已关注 the steps here 为 Android 应用创建资产包,但在第 8 步我收到以下错误:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:assetPackDebugPreBundleTask'.
> Could not resolve all task dependencies for configuration ':app:assetPackFiles'.
> Could not resolve project :installtime_assetpack.
Required by:
project :app
> Project :app declares a dependency from configuration 'assetPackFiles' to configuration 'packElements' which is not declared in the descriptor for project :installtime_assetpack.
Gradle 正在报告 6.5 版。有什么变化需要我添加其他内容吗?
【问题讨论】:
标签: android android-gradle-plugin gradle-plugin