adb.exe: no devices/emulators found
时间: 2023-11-03 17:30:50 浏览: 226
展讯android开发adb找不到设备
4星 · 用户满意度95%
This error message usually appears when there is no Android device or emulator connected to your computer, or the device is not recognized by your computer. Here are some possible solutions:
1. Make sure that your Android device is properly connected to your computer via USB cable, and that USB debugging is enabled on your device. You can check this in the Developer options on your device.
2. Try using a different USB cable or port on your computer.
3. Restart the ADB server by running the following command in the command prompt or terminal: adb kill-server && adb start-server.
4. Make sure that you have the latest version of ADB installed on your computer.
If none of these solutions work, please provide more details about your setup and the specific error message you are seeing.
阅读全文