gpt4 book ai didi

安卓工作室 : Error:Cause: unable to find valid certification path to requested target

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:10:31 33 4
gpt4 key购买 nike

在何处获取有关 Android Studio 中此错误的更多信息

Error:Cause: unable to find valid certification path to requested target

我不知道它来自哪里以及要寻找什么?

下面是我的 Build.gradle 中的 fragment 。

buildscript {
repositories {
jcenter() {
url "http://jcenter.bintray.com/"

}
// mavenCentral()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'io.fabric.tools:gradle:1.+'
}
}

allprojects {
repositories {
jcenter() {
url "http://jcenter.bintray.com/"
}
// mavenCentral()
maven { url 'https://maven.fabric.io/public' }
}
}

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

repositories {
jcenter() {
url "http://jcenter.bintray.com/"

}
maven { url 'https://maven.fabric.io/public' } }

最佳答案

我希望解决这个问题,也许我的回答会对其他人有所帮助。我遇到这个问题是因为 Charles 代理,所以解决方案是关闭 charles 代理工具和 Android Studio,然后首先打开 Android Studio 它会正常工作。

关于安卓工作室 : Error:Cause: unable to find valid certification path to requested target,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47568581/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com