Android build.gradle文件中出错:找不到com.Android.support:appcompat-v



我收到以下构建错误。你能帮我修一下吗?

Could not find com.android.support:appcompat-v7:29.0.0.
Required by:
project :app
> Could not find com.android.support:support-core-utils:29.0.0.
Required by:
project :app
> Could not find com.android.support:design:29.*.
Required by:
project :app

没有com.android.support工件的版本29。它们的最新版本(也已过时(是28.0.0。您应该迁移到新的androidx工件。

最新更新