当前位置: 首页 > 知识库问答 >
问题:

Android Studio-找不到请求目标的有效认证路径

翁翰
2023-03-14
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.13.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    } }

allprojects {
    repositories {
        jcenter()
    } }

下面是idea.log http://pastebin.com/kyhfrbp9

共有1个答案

茹元魁
2023-03-14

它发生在我身上,结果是因为Charles Proxy。

Charles Proxy是HTTP调试代理服务器应用程序

解决方案(仅当您已安装Charles Proxy时):

    null
 类似资料: