Any chance you can figure out what's conflicting?
[SOLVED] The application does not open when I add the SDK
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
I'm using Appwrite for the first time, I opened a new project to try it out, so there shouldn't be any conflicts. When I delete the dependency, the application works, but when I add it, I get this error. Is there anything else I need to add other than the dependency shown in the screenshot? The documentation says I don't need to add anything else.
There are different versions of java, Gradle, android, etc that could lead to conflicts
Give a complete picture of build.gradle app module
Rank 1: Thread
Try upgrading java Version
Rank 1: Thread
In the settings my java version is 17.0.7, gradle version is 8.2. Should I upgrade the java version in the settings?
Upgrade in Build.gradle file
Rank 1: Thread
The Java version in the project is always 1.8. I tried to make it 17 but the problem is not solved. Generally 17 and 11 are used. Let me try 11
Also have you checked the stackoverflow answer?
Rank 1: Thread
Yes, I checked, it says to turn on Toggle Offline Mode, but that doesn't work either.
Rank 1: Thread
By the way, Java 11 didn't work.
Invalidate Cache and Restart
Rank 1: Thread
Okay, I'm trying
Rank 1: Thread
It didn't work 😦
Rank 1: Thread
Could there be a problem with that part? Because this is not there in build.gradle(project). It's in the settings.gradle.kts
Rank 1: Thread
Try this, maybe it solves the issue
Rank 1: Thread
not working
Rank 1: Thread
@Gaurav Solanki @Steven Hello again. I solved the problem, it wasn't working because my Gradle version was 8.2.0. When I downgraded my Gradle version to 8.1.3, the problem was fixed. Thank you for your help 🙂
Rank 5: Hypervisor
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
Rank 1: Thread
Yeah, I forgot. Thanks
Rank 1: Thread
[SOLVED] The application does not open when I add the SDK