Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] When build this project, error that could not find any matches for react native dependency occurs #607

Open
l2hyunwoo opened this issue Oct 12, 2023 · 0 comments

Comments

@l2hyunwoo
Copy link

l2hyunwoo commented Oct 12, 2023

Issue description

When I build this project with cli cd android && ./gradlew build, error occurs

* What went wrong:
Execution failed for task ':compileDebugRenderscript'.
> Could not resolve all files for configuration ':debugCompileClasspath'.
   > Could not find any matches for com.facebook.react:react-native:+ as no versions of com.facebook.react:react-native are available.
     Searched in the following locations:
       - file:/Users/hyunwoo/Library/Android/sdk/extras/m2repository/com/facebook/react/react-native/maven-metadata.xml
       - file:/Users/hyunwoo/Library/Android/sdk/extras/google/m2repository/com/facebook/react/react-native/maven-metadata.xml
       - file:/Users/hyunwoo/Library/Android/sdk/extras/android/m2repository/com/facebook/react/react-native/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/com/facebook/react/react-native/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/com/facebook/react/react-native/0.71.0-rc.0/react-native-0.71.0-rc.0.pom
       - https://dl.google.com/dl/android/maven2/com/facebook/react/react-native/maven-metadata.xml
       - file:/Users/hyunwoo/IdeaProjects/menu/node_modules/react-native/android/com/facebook/react/react-native/maven-metadata.xml
     Required by:
         project :

This issue related to facebook/react-native#35210 one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant