Android Studio常见问题记录

1、编译版本超出AS版本

控制台左边报错:

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.Open File

Show Details

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.Open File

Show Details

Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.Open File

Show Details

Unable to resolve dependency for ':app@release/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.Open File

Show Details

Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.Open File

Show Details

控制台右边报错:

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.


翻译:无法解决':app@debug/compileClasspath'的依赖项:找不到任何与com.android.support:appcompat-v7:29.+匹配的版本。

解决该问题的方法:降低compileSdkVersion的SDK版本,一般改为27以下就好了。

路径:app\build.gradle
路径:app\build.gradle
编译成功
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。