Execution failed for task ':app:compileDebugJavaWithJavac'

版权声明:文章转载请标明出处,谢谢! https://blog.csdn.net/huang3513/article/details/75258678

错误日志:

Error:Execution failed for task ‘:app:compileDebugJavaWithJavac’.

Failed to create MD5 hash for file ‘D:\android studio work space\work06\WrAndroid\app\libs\yunba-sdk-release1.8.0.jar’.

解决方法:
在项目的App中找到Buidl.gradle文件,注释掉上面的提示的jar包即可。
Remove this compile files(yunba-sdk-release1.8.0.jar) from Your build.gradle File

猜你喜欢

转载自blog.csdn.net/huang3513/article/details/75258678