Could not resolve all files for configuration ':app:debugCompileClasspath'.

* What went wrong:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Failed to transform file 'adview-android-bid-4.0.0.jar' to match attributes {artifactType=processed-jar} using transform IdentityTransform
   > Transform output file /Users/luminal/Desktop/yueZhuan/code/project/readearn-android-master/wz2/app/libs/adview-android-bid-4.0.0.jar does not exist.
> Failed to transform file 'wechat-sdk.jar' to match attributes {artifactType=processed-jar} using transform IdentityTransform
   > Transform output file /Users/luminal/Desktop/yueZhuan/code/project/readearn-android-master/wz2/app/libs/wechat-sdk.jar does not exist.

解决方式:

build.gradle 和 libs进行比较,把不需要的jar给去掉


版权声明:本文为YuDBL原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。