in
buildscript {
repositories {
jcenter()
}
dependencies {
classpath
'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the inpidual module build.gradle files
}
}
Add to
buildscript {
repositories {
jcenter()
maven {
}
}
dependencies {
classpath
'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the inpidual module build.gradle files
}
}
Similar Posts:
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- Could not find com.android.tools.build:gradle:3.3.0.
- Build failed for Android studio new project
- [Solved] Android Warning: Gradle DSL method not found: ‘android()’
- AS Import Project Error: Plugin with id ‘com.android.application’ not found.
- Error:(1, 0) Plugin with id ‘android’ not found.
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- [Solved] Could not find method google() for arguments [] on repository container,rn react-native-camera …
- [Solved] Ionic3 Package Error: Could not resolve all files for configuration ‘:classpath’.
- [Solved] Could not find com.android.tools.build:aapt2:3.2.1-4818971.