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
Hi, It seems that the anko files return "404 not found"
I tried both from CLI and with android studio.
here is the relevant part from the gradlew command:
gradlew
> Task :app:dataBindingMergeDependencyArtifactsDebug Watching 1 directories to track changes Resource missing. [HTTP GET: https://dl.google.com/dl/android/maven2/org/jetbrains/anko/anko-sdk27/0.10.8/anko-sdk27-0.10.8.pom] Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/jetbrains/anko/anko-sdk27/0.10.8/anko-sdk27-0.10.8.pom] Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/jetbrains/anko/anko-sdk27/0.10.8/anko-sdk27-0.10.8.pom] Resource missing. [HTTP GET: https://jitpack.io/org/jetbrains/anko/anko-sdk27/0.10.8/anko-sdk27-0.10.8.pom] Resource missing. [HTTP GET: https://dl.google.com/dl/android/maven2/org/jetbrains/anko/anko-support-v4/0.10.8/anko-support-v4-0.10.8.pom] Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/jetbrains/anko/anko-support-v4/0.10.8/anko-support-v4-0.10.8.pom] Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/jetbrains/anko/anko-support-v4/0.10.8/anko-support-v4-0.10.8.pom] Resource missing. [HTTP GET: https://jitpack.io/org/jetbrains/anko/anko-support-v4/0.10.8/anko-support-v4-0.10.8.pom] Resource missing. [HTTP GET: https://dl.google.com/dl/android/maven2/org/jetbrains/anko/anko-design/0.10.8/anko-design-0.10.8.pom] Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/jetbrains/anko/anko-design/0.10.8/anko-design-0.10.8.pom] Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/jetbrains/anko/anko-design/0.10.8/anko-design-0.10.8.pom] Resource missing. [HTTP GET: https://jitpack.io/org/jetbrains/anko/anko-design/0.10.8/anko-design-0.10.8.pom] > Task :app:dataBindingMergeDependencyArtifactsDebug FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. > Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find org.jetbrains.anko:anko-sdk27:0.10.8. Required by: project :app > Could not find org.jetbrains.anko:anko-support-v4:0.10.8. Required by: project :app > Could not find org.jetbrains.anko:anko-design:0.10.8. Required by: project :app
Edit the library is deprecated this is probably why.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
It seems that the anko files return "404 not found"
I tried both from CLI and with android studio.
here is the relevant part from the
gradlew
command:Edit the library is deprecated this is probably why.
The text was updated successfully, but these errors were encountered: