FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: No connected devices!
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1 mins 27.72 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
答案 0 :(得分:2)
似乎没有连接的设备或无法检测到设备。
执行adb devices
以查看已连接设备的列表。
如果没有设备出现,请确保您的仿真器已打开,或者您的设备已连接且启用了USB调试模式。
如果不能解决问题,请运行adb kill-server
然后adb start-server
重新启动adb服务器(如果您使用的是linux或mac,则可能需要使用sudo
运行它)
但如果adb devices
显示未经授权,您只需要解锁手机并让计算机访问。
答案 1 :(得分:1)
以上错误是设备是否已连接
请运行以下命令并检查设备是否已连接
adb devices
答案 2 :(得分:0)
确保已打开USB调试。
答案 3 :(得分:0)
首先,您必须在物理设备中打开开发人员模式。对于android,可以在设置时轻松找到它(如果您不知道如何打开开发人员模式,请在youtube上搜索)。
之后,运行 adb设备
在MIUI 11中,我发现一段时间后它会自动禁用开发人员模式。因此,您必须重新启用它。