Error:Could not resolve all files for configuration ':app:debugAnnotationProcessorClasspath'. Could not resolve android.arch.persistence.room:compiler:1.0.0. Required by: project :app No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. No cached version of android.arch.persistence.room:compiler:1.0.0 available for offline mode. Room gradle dependecies
implementation "android.arch.persistence.room:runtime:1.0.0" annotationProcessor "android.arch.persistence.room:compiler:1.0.0" Offline mode and build cache are disabled. Gradle version 4.1 Gradle project file
buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.google.gms:google-services:3.1.1' } }
google()as maven dependency to your project?google()also in the project-repository section, not only in thebuildscriptsection.