仔细看了下错误报告,确定是gson这个库有重复导致的问题。
解决方案:
在重复引用的库中加入exclude
compile ('com.squareup.retrofit2:converter-gson:2.1.0'){
exclude group:'com.google.code.gson'}
仔细看了下错误报告,确定是gson这个库有重复导致的问题。
解决方案:
在重复引用的库中加入exclude
compile ('com.squareup.retrofit2:converter-gson:2.1.0'){
exclude group:'com.google.code.gson'}
本文标题:Error:Execution failed for task
本文链接:https://www.haomeiwen.com/subject/wgzfattx.html
网友评论