react-native 启动android项目失败:A problem occurred evaluating project ‘:react-native-orientation‘.

文章描述了一个在使用react-native-orientation库时遇到的构建问题,原因是依赖com.facebook.react:react-native的版本过低。解决方案是将build.gradle文件中的compile替换为implementation,并更新依赖至最新版本。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

错误日志:

* What went wrong:
A problem occurred evaluating project ':react-native-orientation'.
> Could not find method compile() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

解决方法:
报上述问题,是因为生成的本地的node_modules文件中的react-native-orientation文件中的->androidbuild.gradle文件中的com.facebook.react:react-native:+ 依赖版本太低的问题。
compile "com.facebook.react:react-native:+" 换成 implementation "com.facebook.react:react-native:+"即可。

PS D:\face\r\android> yarn example android info A dev server is already running for this project on port 8082. info Installing the app... > Configure project :react-native-nitro-inspire-faceplugin:compileKotlin [NitroModules] ? nitroinspireface is boosted by nitro! > Configure project :react-native-nitro-modules [NitroModules] ? Your app is boosted by nitro modules! [Incubating] Problems report is available at: file:///D:/face/r/example/android/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. 10 actionable tasks: 10 executed info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor FAILURE: Build failed with an exception. * Where: Build file 'D:\face\r\example\node_modules\react-native-reanimated\android\build.gradle' line: 53 * What went wrong: A problem occurred evaluating project ':react-native-reanimated'. > Process 'command 'node'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 1m 7s error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8082 FAILURE: Build failed with an exception. * Where: Build file 'D:\face\r\example\node_modules\react-native-reanimated\android\build.gradle' line: 53 * What went wrong: A problem occurred evaluating project ':react-native-reanimated'. > Process 'command 'node'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 1m 7s.
最新发布
07-31
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

疯狂的沙粒

您的鼓励是我创作最大的动力!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值