Could not find any version that matches com.android.support:appcompat-v7:30.+.报错处理方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not find any version that matches com.android.support:appcompat-v7:30.+.报错处理方法相关的知识,希望对你有一定的参考价值。
参考技术A Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:30.+.Open File
Show Details
dependencies
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:30.+'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
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'
改后再重新编译就没问题了,见加粗语句:
dependencies
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:+'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
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'
以上是关于Could not find any version that matches com.android.support:appcompat-v7:30.+.报错处理方法的主要内容,如果未能解决你的问题,请参考以下文章
FlinkValidationException: Could not find any factory for identifier json
Flink Could not find any factory for identifier ‘json‘ that implements DeserializationFormatFactory
Flink Could not find any factory for identifier ‘json‘ that implements DeserializationFormatFactory
Could not find any version that matches com.android.support:appcompat-v7:29.+.
Could not find any version that matches com.android.support:appcompat-v7:30.+.报错处理方法
OSError: Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'l