zoukankan      html  css  js  c++  java
  • 【React Native】Execution failed for task ':app:installDebug'. > com.android.builder.testing.api.DeviceException: No online devices found.

    error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
    Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':app:installDebug'.
    > com.android.builder.testing.api.DeviceException: No online devices found.
    
    * 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 5s
    
        at checkExecSyncError (child_process.js:611:11)
        at execFileSync (child_process.js:629:15)
        at runOnAllDevices (/Users/apple/Desktop/FireReactNaitve/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:94:39)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
        at async Command.handleAction (/Users/apple/Desktop/FireReactNaitve/node_modules/react-native/node_modules/@react-native-community/cli/build/index.js:164:9)

      该问题出现在react-native run-android时。

      解决办法:1、删除项目中的node_modules

           2、重新执行npm install

      模拟器出现以上问题,如果办法不行,在Android Studio中删除掉模拟器,重新创建Your Vitual Devices即可。

  • 相关阅读:
    VB6SP6极度精简兼容绿色版
    Upnp资料整理
    RevMan简单入门指南
    小程序 --flex
    IV
    2017-10-27错误日志
    170616_2
    170616
    2017-06-07
    111111112222
  • 原文地址:https://www.cnblogs.com/xjf125/p/12249408.html
Copyright © 2011-2022 走看看