Why am I getting “could not find com.android.tools.build:gradle” error?
问题 This is based off my last question as well. Following this tutorial, I cloned the project into my machine and am trying to get the project to build properly. In the process of fixing the error I got in my last question, I encountered a new error. This is the section of the build script I am trying to fix/edit buildscript { repositories { mavenCentral() mavenLocal() maven { url 'https://github.com/steffenschaefer/gwt-gradle-plugin/raw/maven-repo/' } } dependencies { classpath 'de.richsource