1. 首先在studio中购掉 gradle offline work选项

Could not resolve com.android.support:appcompat-v7:28.0.3-alpha1

2.  在 app下的 build.gradle 文件中做如下修改

mplementation 'com.android.support:appcompat-v7:28.0.0-alpha1该成
mplementation 'com.android.support:appcompat-v7:+

3. 重新同步一下gradle

Could not resolve com.android.support:appcompat-v7:28.0.3-alpha1

 

 

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2021-09-21
  • 2021-08-08
  • 2021-05-08
  • 2021-08-10
  • 2021-10-14
猜你喜欢
  • 2021-06-12
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-06-30
相关资源
相似解决方案