博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Android错误集锦】Could not resolve net.qiujuer.genius:kit-handler:latest.integration.
阅读量:7048 次
发布时间:2019-06-28

本文共 1821 字,大约阅读时间需要 6 分钟。

Error:A problem occurred configuring project ':app'.> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.   > Could not resolve net.qiujuer.genius:kit-reflect:latest.integration.     Required by:         project :app > net.qiujuer.common:okhttp:3.0.0      > Could not resolve net.qiujuer.genius:kit-reflect:latest.integration.         > Failed to list versions for net.qiujuer.genius:kit-reflect.            > Unable to load Maven meta-data from https://jcenter.bintray.com/net/qiujuer/genius/kit-reflect/maven-metadata.xml.               > Could not GET 'https://jcenter.bintray.com/net/qiujuer/genius/kit-reflect/maven-metadata.xml'.                  > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target   > Could not resolve net.qiujuer.genius:kit-handler:latest.integration.     Required by:         project :app > net.qiujuer.common:okhttp:3.0.0      > Could not resolve net.qiujuer.genius:kit-handler:latest.integration.         > Failed to list versions for net.qiujuer.genius:kit-handler.            > Unable to load Maven meta-data from https://jcenter.bintray.com/net/qiujuer/genius/kit-handler/maven-metadata.xml.               > Could not GET 'https://jcenter.bintray.com/net/qiujuer/genius/kit-handler/maven-metadata.xml'.                  > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

解决方法:使用官方OKHTTP

//网络请求依赖包    //    compile 'net.qiujuer.common:okhttp:3.0.0'    //    compile 'com.squareup.okio:okio:1.7.0'    compile 'com.squareup.okhttp3:okhttp:3.2.0'    compile 'com.google.code.gson:gson:2.7'

转载地址:http://jqcol.baihongyu.com/

你可能感兴趣的文章
SQLServer之锁简介
查看>>
如何快速部署并作为 unikernel 运行 Linux 应用
查看>>
区块链100讲:关于DApp的问与答
查看>>
第九章:SpringCloud Feign几个坑
查看>>
【缺缺缺人】杭州阿里飞猪招前端端端
查看>>
手柄按键显示器
查看>>
我的个人博客搭建日志 Flask篇之官方教程
查看>>
如何实现选项卡切换
查看>>
七牛云招聘~高级全栈开发工程师
查看>>
Android源码解析之一 异步消息机制
查看>>
Promise 源码解析
查看>>
Base64是如何进行的
查看>>
使用 docker 搭建 clickhouse 集群
查看>>
中后台项目 - 查询表格业务最佳实践
查看>>
小程序组件封装
查看>>
Flutter教程-自定义无限滚动轮播器infinity_slider
查看>>
Glide 使用Transformation 时 placeholder、error 无效解决方法
查看>>
StudyFlutter——我的第一个APP
查看>>
基于three.js的3D粒子动效实现
查看>>
swift中 Selector的使用
查看>>