Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>
Error in importing new project:
Error:Could not find com.android.tools.build:gradle:3.3.0.
Searched in the following locations:
file:/F:/Android/Android Studio/gradle/m2repository/com/android/tools/build/gradle/3.3.0/gradle-3.0.0.pom
file:/F:/Android/Android Studio/gradle/m2repository/com/android/tools/build/gradle/3.3.0/gradle-3.0.0.jar
https://jcenter.bintray.com/com/android/tools/build/gradle/3.3.0/gradle-3.0.0.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.3.0/gradle-3.3.0.jar
Required by:
project :
Solution:
Add Google () to repositories {}
it will be replaced by https://dl.google.com/ Download
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
}
}
Similar Posts:
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- [Solved] Could not find com.android.tools.build:gradle:3.0.1
- AS Import Project Error: Plugin with id ‘com.android.application’ not found.
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- Error:(1, 0) Plugin with id ‘android’ not found.
- [Solved] Android Warning: Gradle DSL method not found: ‘android()’
- Build failed for Android studio new project
- [Solved] Could not find com.android.tools.build:aapt2:3.2.1-4818971.
- [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’.