gpt4 book ai didi

java - 由于 "Versions that do not match",android 应用程序无法构建

转载 作者:行者123 更新时间:2023-12-02 04:32:44 25 4
gpt4 key购买 nike

我启动了一个新的 Android 应用程序项目,到目前为止,除了打开一个新项目之外,还没有做任何事情。初始构建失败,我收到下面的错误消息。它告诉我安装支持存储库,但它已经完全安装。 (我是 android 开发新手,所以我不知道发生了什么)

Could not find any version that matches com.android.support:appcompat-v7:29.+.
Versions that do not match:
- 26.0.0-alpha1
- 25.3.1
- 25.3.0
- 25.2.0
- 25.1.1
- + 50 more
Searched in the following locations:
- file:/home/corb/Android/Sdk/extras/m2repository/com/android/support/appcompat-v7/maven-metadata.xml
- file:/home/corb/Android/Sdk/extras/m2repository/com/android/support/appcompat-v7/
- file:/home/corb/Android/Sdk/extras/google/m2repository/com/android/support/appcompat-v7/maven-metadata.xml
- file:/home/corb/Android/Sdk/extras/google/m2repository/com/android/support/appcompat-v7/
- file:/home/corb/Android/Sdk/extras/android/m2repository/com/android/support/appcompat-v7/maven-metadata.xml
- https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/maven-metadata.xml
- https://jcenter.bintray.com/com/android/support/appcompat-v7/maven-metadata.xml
- https://jcenter.bintray.com/com/android/support/appcompat-v7/
Required by:
project :app

Please install the Android Support Repository from the Android SDK Manager.
Open Android SDK Manager

构建.gradle

apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.0"
defaultConfig {
applicationId "com.example.finances"
minSdkVersion 15
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:29.+'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

最佳答案

安装 Android SDK 分为两个部分,一个是代码部分,您可以通过打开 SDK 管理器、突出显示 SDK 平台、选择要下载的版本并单击“应用”来下载代码部分。然后是平台工具部分,您将在顶部突出显示 SDK 工具,然后选择您下载的同一 SDK 版本的 Android SDK 构建工具,然后单击“应用”。当您说“已经完全安装”时,您是否已经完成了这两项操作?

关于java - 由于 "Versions that do not match",android 应用程序无法构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56570620/

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