问题:

今天新安装android studio3.1.2,之后创建新的工程,但是出现了一些错误提示,提示如下:

Unable to resolve dependency for ':[email protected]/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.

android studio: Could not find any version that matches com.android.support:appcompat-v7:29.+.

分析发现,就是版本不匹配的问题。

解决:

将build.gradle(Module:app)内容做一定修改后就好了

android studio: Could not find any version that matches com.android.support:appcompat-v7:29.+.

修改后重新 sync即可。

相关文章:

  • 2022-02-11
  • 2021-11-01
  • 2021-11-24
  • 2022-01-08
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-10-25
猜你喜欢
  • 2021-05-08
  • 2021-10-14
  • 2021-12-31
  • 2021-04-29
  • 2021-08-10
相关资源
相似解决方案