首页 > 解决方案 > React Native:任务:app:installDebug FAILED

问题描述

我正在研究MAC,试图在android上运行 React Native,但它抛出了这个错误:Task :app:installDebug FAILED. 这是完整的错误:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings
27 actionable tasks: 2 executed, 25 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':app:installDebug'.
> File '/Users/vinaysharma/Library/Android/sdk/platform-tools/adb' specified for property 'adbExe' does not exist.

Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8088

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':app:installDebug'.
> File '/Users/vinaysharma/Library/Android/sdk/platform-tools/adb' specified for property 'adbExe' does not exist.

我已经尝试过两次重新安装 Android Studio 以及为 RN 创建一个新项目,但这并没有帮助我。

也试过这个:brew cask install android-platform-tools。谢谢。

标签: androidreact-nativeandroid-studiogradledaemon

解决方案


You need to install adbExe. Please follow steps in this link


推荐阅读