We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error FAILURE: Build failed with an exception.
Could not determine the dependencies of null. Could not resolve all task dependencies for configuration ':react-native-image-size:classpath'. > Could not find com.android.tools.build:gradle:2.3.3. Searched in the following locations: - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom - https://jcenter.bintray.com/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom Required by: project :react-native-image-size Why this Error: According to https://search.maven.org/artifact/com.android.tools.build/gradle, the highest hosted version of the com.android.tools.build.gradle maven package is 2.3.0, not 2.3.3
Why this Error:
Solved: buildscript { repositories { jcenter() }
dependencies { classpath 'com.android.tools.build:gradle:2.3.0' }
}
The text was updated successfully, but these errors were encountered:
not working with expo 52
Sorry, something went wrong.
No branches or pull requests
Error
FAILURE: Build failed with an exception.
A problem occurred configuring project ':react-native-image-size'.
Solved:
buildscript {
repositories {
jcenter()
}
}
The text was updated successfully, but these errors were encountered: