gpt4 book ai didi

java - 错误 : Failed to resolve: com. android.support :mediarouter-v7:23. 4.0

转载 作者:行者123 更新时间:2023-12-01 17:19:26 25 4
gpt4 key购买 nike

我正在尝试编译一个开源项目(从github下载)

build.gradle (Module app) image

我还附上了我的SDK 管理器图片

SDK Manager image

我在谷歌上搜索了很多这个问题,但由于(我)新的 android bee 我无法正确理解问题和这些问题的解决方案。我安装 API 级别 23 作为解决方案,但没有任何收获。如有任何帮助,我们将予以适当处理,提前致谢。

Android工作室信息:

Android Studio 3.4.1内部版本 #AI-183.6156.11.34.5522156,建于 2019 年 5 月 2 日JRE:1.8.0_152-release-1343-b01 amd64JVM:JetBrains s.r.o 的 OpenJDK 64 位服务器 VMWindows 10 10.0

************ 我的 build.gradle(项目:XXX)

enter image description here

最佳答案

请尝试将 google() 添加到 build.gradle(Project:xxx)

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
google() // ---------------------------------(here)
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'

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

allprojects {
repositories {
google() //-----------------------------(here)
jcenter()
maven {
url 'https://maven.google.com'
}
}
}

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

关于java - 错误 : Failed to resolve: com. android.support :mediarouter-v7:23. 4.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61324569/

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