我目前正在使用带有gradle构建工具2.3.4的android studio 3.5.1。 该项目包含两个模块。 在构建应用程序时出现错误:
ERROR: Unable to resolve dependency for ':app@qa/compileClasspath': Failed to transform file 'chatkit-release.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@qa/compileClasspath': Failed to transform file 'pix-release.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@qaUnitTest/compileClasspath': Failed to transform file 'chatkit-release.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform
Show Details
Affected Modules: app
同一代码在另外两个mackboo pro上编译。 感想