美文网首页
androidannotations 依赖无法下载

androidannotations 依赖无法下载

作者: 程洛_1114 | 来源:发表于2020-05-31 10:51 被阅读0次

    2020.05.31
    昨天项目还能正常运行结果今天都不能使用了一直报错
    def AAVersion = '4.7.0-SNAPSHOT'
    annotationProcessor "org.androidannotations:androidannotations:AAVersion" implementation "org.androidannotations:androidannotations-api:AAVersion"

    我集成的版本是这个 报错信息:
    ERROR: Failed to resolve: org.androidannotations:androidannotations-api:4.7.0-SNAPSHOT
    Show in Project Structure dialog
    Affected Modules: app

    百思不得其解啊

    解决办法:


    image.png

    注意看 4.7.0的版本的名字更换了。包括之前的4.x 版本名字都更换了。。。

    换成最新的版本 4.8.0-SNAPSHOT 即可
    或者,如果还想使用之前的版本 把后的的-SNAPSHOT 去掉 。。。

    暂时记录到这 ,大周日的赶紧解决完问题上线。

    相关文章

      网友评论

          本文标题:androidannotations 依赖无法下载

          本文链接:https://www.haomeiwen.com/subject/ytelzhtx.html