本文主要是介绍Android--ERROR: Failed to resolve: androidx.lifecycle:lifecycle-extentions:2.2.0,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
解决方案
app级别下的build.gradle添加以下内容
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
这篇关于Android--ERROR: Failed to resolve: androidx.lifecycle:lifecycle-extentions:2.2.0的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!