欣坚强: 你好,我用的是gradle 8.0版本,android gradle插件8.1.1版本,然后我在settings里面添加了这句话,但是syc后,还是不行,请问还可以有什么办法吗? import pluginManagement { repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven { url = uri("") } } } dependencyResolutionManagement { (RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven { url = uri("") } } } = "music" include(":app")
No version of NDK matched the requested version 20.0.5594570. Versions available locally: 21.0.61136
Android studio下载依赖库失败:Failed to resolve: xxx