- 此问题在此处已有答案**:
react-native :app:installDebug FAILED(35个答案)
9小时前关门了。
任务:应用程序:安装调试失败31个可操作任务:31例已执行注:C:\Users\Bst 305\ReactNativeDsr\android\app\src\debug\java\com\reactNativeedsr\ReactNativeFlipper.java使用或覆盖了已弃用的API。使用-Xlint:deprecation重新编译以了解详细信息。
失败:生成失败,出现异常。
- 出了什么问题:任务":app:installDebug"的执行失败。
com.android.builder.testing.api.DeviceException:没有连接的设备!
- 尝试:使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。使用--scan运行以获取完整的见解。
- 通过https://help.gradle.org获取更多帮助
构建在13分钟44秒内失败
error无法安装应用。请确保您正在运行Android模拟器或已连接设备。错误:命令失败:gradlew.bat应用程序:安装调试-PreactNativeDevServer端口= 8081注意:C:\Users\Bst 305\ReactNativeDsr\android\app\src\debug\java\com\reactNativeedsr\ReactNativeFlipper.java使用或覆盖了已弃用的API。使用-Xlint:deprecation重新编译以了解详细信息。
失败:生成失败,出现异常。
- 出了什么问题:任务":app:installDebug"的执行失败。
com.android.builder.testing.api.DeviceException:没有连接的设备!
- 尝试:使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。使用--scan运行以获取完整的见解。
- 从https://help.gradle.org获取更多帮助
构建在13分钟44秒内失败
at makeError (C:\Users\Bst 305\ReactNativeDsr\node_modules\execa\index.js:174:9)
at C:\Users\Bst 305\ReactNativeDsr\node_modules\execa\index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (C:\Users\Bst 305\ReactNativeDsr\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:106:5)
at async Command.handleAction (C:\Users\Bst 305\ReactNativeDsr\node_modules\@react-native-community\cli\build\index.js:186:9)
info使用--verbose标志运行CLI以了解更多详细信息。
1条答案
按热度按时间b5buobof1#
com.android.builder.testing.api.DeviceException: No connected devices!
您没有连接任何设备来运行该应用。请检查您的模拟器是否正在运行,或者如果您正在使用物理设备,请验证
USB Debugging
是否已启用以及您的设备是否已连接