failedtoresolve:com.alibaba:fastjson:1.2.76.android(代码片段)

iOSTianNan iOSTianNan     2022-12-17     768

关键词:

添加fastjson失败, gradle报错RT

Failed to resolve: com.alibaba:fastjson:1.2.76.android
Show in Project Structure dialog
Affected Modules: app

查询 https://maven.aliyun.com/mvn/search 这个发现

并不存在
1.2.76.android 这个包…

虽然FastJson
官方写着

但是实际最新版本还没有, 要么就去低版本找找看

解决:

    //FastJson
    implementation('com.alibaba:fastjson:1.2.76')

就可以