Rank 1: Thread
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Votes
0
Replies
15
Participants
Unknown
Messages
16
Rank 1: Thread
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Moderator
Where/when do you get this error?
Moderator
Is this related to appwrite?
Rank 1: Thread
yes
Rank 1: Thread
i am getting this error when i write implementation("io.appwrite:sdk-for-android:5.0.0")
Moderator
If you will use cloud (https://cloud.appwrite.io) you should use the version 4.0.1
Rank 1: Thread
let me try
Moderator
As the 5.0.0 is only for appwrite 1.5
Rank 1: Thread
Rank 1: Thread
i am using this documentation
Moderator
As you see, it uses 4.0.1 too
Moderator
But when do you get that error?
Do you have implemented some part of the code?
Rank 1: Thread
i have just written this piece of code implementation("io.appwrite:sdk-for-android:4.0.1")
Moderator
What's your gradle version?
Rank 1: Thread
8.4
Rank 1: Thread
same error is coming even after writing implementation("io.appwrite:sdk-for-android:8.4.0")