
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
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Console is not opening
Plz solve this issue console is not opening
- OAUTH2 doesn't works
https://github.com/202420505/APPWRITE-GOOGLE-AUTH Is my code wrong? I think this is also related to deeplinks
