Android studio 导入fresco报错can not resolve 'com.facebook.fresco:fresco'的解决思想

司徒泰
2023-12-01

导入fresco出现了can not resolve 'com.facebook.fresco:fresco的问题

 

通过网络查找后发现解决问题:

原:compile 'can not resolve 'com.facebook.fresco:fresco:0.6.0+'

导入报错

 

更改为compile 'com.facebook.fresco:fresco:0.7.0'后正确导入。

 

可见,出现此种错误,应该先查找输入语句的问题,再解决网络相关问题。

 

错误解决参考来源:http://stackoverflow.com/questions/32524166/can-not-resolve-com-facebook-frescofresco0-7-0

 

 

 类似资料: