文章 2024-03-29 来自:开发者社区

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.suppor

在你的Android studio升级后,在新建项目的时候会出现类似的问题。 解决办法:File->Settings->Build, Execution, Deployment->Gradle->取消选中 Offline work 按钮。 具体的原因还不知道,希望有人留言求解!!!!

文章 2022-05-12 来自:开发者社区

Android studio 报错 Unable to resolve dependency for ‘:app@releaseUnitTest/compileClasspath‘:

出现报错:Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:30.+.解决方法:删除app>>gradle下的implementation ....

Android studio 报错 Unable to resolve dependency for ‘:app@releaseUnitTest/compileClasspath‘:
文章 2018-04-02 来自:开发者社区

Android Studio解决 Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolv...

错误信息: error.png 解决办法: 将依赖代码 implementation project(path: ':module1') implementation project(path: ':module2') 修改如下: implementation project(path: ':module1', configuration: 'default...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

mPaaS 移动开发平台

mPaaS 源于蚂蚁集团金融科技,为 App 开发、测试、运营及运维提供云到端的一站式解决方案,致力于提供高效、灵活、稳定的移动研发、管理平台。 官网地址:https://www.aliyun.com/product/mobilepaas/mpaas

+关注