这阵子在写一个金融类的程序,然后需要用到图片放大查看,就用了一款模仿微博、微信、qq的高清图查看控件,该控件来源于框架:https://github.com/Hitomis/TransferImage,该框架说实在的,确实很好用,效果各方面都很ok,我直接将代码下载,引用当中library图片查看库,这样方便之后自己往里面添加其他功能等;确实很方便。

不过我在引用的时候,遇到了Plugin with id 'com.github.dcendents.android-maven' not found.这个错误,搞的我一脸懵,字面意思就是某个插件没找到, 那就很方便咯,没找到插件就引入插件嘛,找到项目下全局的build.gradle文件,将其添加上:

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

就搞定了

如下图所示:

Plugin with id 'com.github.dcendents.android-maven' not found.问题解决

 

相关文章:

  • 2021-11-01
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-03-31
  • 2021-04-16
  • 2021-07-22
相关资源
相似解决方案