gpt4 book ai didi

android - 无法解决:com.android.support:appcompat-v7:27.0.0

转载 作者:行者123 更新时间:2023-12-03 05:42:45 24 4
gpt4 key购买 nike

因此,我使用targetSdkVersion 25构建了一个应用程序,但是后来我意识到必须高于26。我试图将其升级到API 27,但出现此错误:

Error:(24, 13) Failed to resolve: com.android.support:appcompat-v7:27.0.0



在此消息下有三个选项:
  • 安装存储库并同步项目
  • 在文件中显示在项目
  • 中显示
  • 结构对话框

  • 我的build.gradle(Project):
    // 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:2.1.3'
    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
    }
    }

    allprojects {
    repositories {
    jcenter()
    maven {
    url "https://maven.google.com"
    }
    }
    }

    task clean(type: Delete) {
    delete rootProject.buildDir
    }

    我的build.gradle(Module:app)
    apply plugin: 'com.android.application'

    android {
    compileSdkVersion 27
    buildToolsVersion '27.0.3'
    defaultConfig {
    applicationId "com.simon.onequoteaday"
    minSdkVersion 14 //9
    targetSdkVersion 27
    versionCode 1
    versionName "1.0"
    }
    buildTypes {
    release {
    minifyEnabled false
    proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
    }
    productFlavors {
    }
    }

    dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.google.android.gms:play-services-ads:11.0.0'
    compile 'com.android.support:appcompat-v7:27.1.1'
    }

    我还安装了所有API 27 SDK。
    任何可能的解决方案?谢谢

    编辑:
    我已经使用了其他线程提供的解决方案,但是它们不能解决我的问题。我认为我的问题不同。

    最佳答案

    maven {url "https://maven.google.com"}替换google();位置已更改。

    关于android - 无法解决:com.android.support:appcompat-v7:27.0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51749135/

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