Could not resolve android.arch.lifecycle:extensions:1.1.0
问题 I am trying to add lifecycle:extensions to my project but i can not make it work . Each time it shows error . Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve android.arch.lifecycle:extensions:1.1.0. I have already read several threads but could not make it work by the answers given there. Project level gradle is: buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' } } allprojects { repositories {