任务':app:installDebug'反应本机应用程序执行失败

时间:2018-08-13 19:33:12

标签: android react-native build

嗨,当我尝试通过react-native run-android

在我的真实android设备上运行react app时遇到此错误
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Failed to install all 

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

1 个答案:

答案 0 :(得分:1)

尝试这些步骤。

  1. 删除项目中的节点模块文件夹。
  2. 删除android/build中的构建文件夹
  3. 关闭所有正在运行的终端。
  4. 确保在您的环境中安装了adb驱动程序。如果没有,请安装adb驱动程序。 (For macOS / For Windows
  5. 打开新的终端窗口,然后在项目文件夹中运行npm install以重新安装节点模块。
  6. 最后使用react-native run-android
  7. 运行您的应用