Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Where/when do you get this error?
Is this related to appwrite?
yes
i am getting this error when i write implementation("io.appwrite:sdk-for-android:5.0.0")
If you will use cloud (https://cloud.appwrite.io) you should use the version 4.0.1
let me try
As the 5.0.0 is only for appwrite 1.5
i am using this documentation
As you see, it uses 4.0.1 too
But when do you get that error? Do you have implemented some part of the code?
i have just written this piece of code implementation("io.appwrite:sdk-for-android:4.0.1")
What's your gradle version?
8.4
same error is coming even after writing implementation("io.appwrite:sdk-for-android:8.4.0")
Recommended threads
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...