How to resolve android studio error

Today I installed fedora 40 on my Laptop . I want to use it for android development . I installed React native as it it directed in Setting up the development environment · React Native

But when I initialised a project it says :

FAILURE: Build failed with an exception.

  • What went wrong:

Execution failed for task ‘:app:compileDebugJavaWithJavac’.

Could not resolve all files for configuration ‘:app:androidJdkImage’.

Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.

Execution failed for JdkImageTransform: /home/urahara/Android/Sdk/platforms/android-34/core-for-system-modules.jar.

jlink executable /usr/lib/jvm/java-17-openjdk-17.0.10.0.7-3.fc40.x86_64/bin/jlink does not exist.

please help me