新安装的Android studio 3.1.3在制作新项目和第一次编译时出现了奇怪的依赖错误。
一个无助于解决问题的类似问题。
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:28.0.0-alpha3.
Open File
Show Details
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support.constraint:constraint-layout:1.1.2.
Open File
Show Details
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.android.support:appcompat-v7:28.0.0-alpha3.
Open File
Show Details
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.android.support.constraint:constraint-layout:1.1.2.
Open File
Show Details
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.android.support:appcompat-v7:28.0.0-alpha3.
Open File
Show Details
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.android.support.constraint:constraint-layout:1.1.2.
Open File
Show Details
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.android.support:appcompat-v7:28.0.0-alpha3.
Open File
Show Details
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.android.support.constraint:constraint-layout:1.1.2.
Open File
Show Details
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.android.support:appcompat-v7:28.0.0-alpha3.
Open File
Show Details
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.android.support.constraint:constraint-layout:1.1.2.
Open File
Show Details
这个问题在我身上发生过几次,强制https或http也不能解决它
您可能正在导入应用程序而不是模块。好吧,你也可以在模块的梯度中更改它。
改变
apply plugin: 'com.android.application'
到
apply plugin: 'com.android.library'
您还需要从Gradle中删除applicationId。
无法解决':app@releaseUnitTest /compileClasspath'的依赖关系:无法解决com.android.support: appcompat-v7:26.1.0。打开文件显示详细信息 无法解析com。Android支持:appcompat-v7:26.1.0。要求: 无法解析com。Android支持:appcompat-v7:26.1.0。无法获取资源的名称https
我是Android Studio的新手,面临以下错误。 错误:无法解析“:”的依赖项app@debug/compileClasspath“:无法解析项目:floatinglibrary。显示受影响模块的详细信息:应用 错误:无法解析“:app@debug/编译类路径”的依赖关系:无法解析项目:d时间筛选库。显示详细信息 受影响的模块:应用
我在同步gradle项目时遇到此错误。 无法解析<代码>'的依赖项:app@debugAndroidTest/compileClasspath':无法解析com。Android支持:设计:26.1.0 有人能帮帮我吗?
我创建了一个新的android项目,它在build上显示错误 我试了一下已有的答案 无法解析:com.android.support:AppCompat-v7 24.0.1 我尝试使android Studio无效并重新启动 错误:无法解析“:app@DebugAndroidTest/CompileClasspath”得依赖项:无法解析JUnit:JUnit:4.12. 错误:无法解析“:app@
当我新出现上面的项目错误时,我使用Android Studio3.0 gradle 4.1 thsi是错误: 错误:无法解析“”的依赖项:app@debug/compileClasspath':无法解析com。Android支持:appcompat-v7:26.1.0。打开文件 显示详细信息 错误:无法解析“”的依赖项:app@debugAndroidTest/compileClasspath':
无法解析“:app@debug/compileClasspath”的依赖关系:无法解析com.android。支持:appcompat-v7:26.1.0. 无法解析com.android.support:AppCompat-v7:26.1.0. 必填方:项目:App 错误日志映像: