“Could not resolve all files for configuration ':classpath'.” error in android studio
问题 error I am getting this error just today. Android studio is saying com.google.jimfs:jimfs:1.1. can't be downloaded. Here is my gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() maven { url 'https://maven.google.com' } } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' } } allprojects { repositories { google() maven { url 'https://maven.google.com' } } } ext { compileSdkVersion = 22