Genymobile / scrcpy Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adb: error: failed to get feature set: no devices/emulators found....... Please help #359
Comments
|
Hi, @mouazvd Do you enable adb debug in your phone? Thanks. |
|
@npes87184 yes, i enabled adb debug but the android on my phone is 4.0.3 |
Yes.
https://github.com/Genymobile/scrcpy#requirements See #98. |
|
@rom1v Thanks man, i tried a new android with Android 6, he still show me the same message what is the solution ? |
|
If you are on Windows: https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#on-windows-my-device-is-not-detected |
|
Well I have the same issue. Android 7.0 adb enabled everything is fine except the application |
|
|
Ok I figure out sorry. I change my cable and it works. |
|
@mesabuca what cable do you use? I did everything as instructed and still getting the same error. I'm using usb c to usb c connection instead of usb a. is that a problem? |
|
Hi, This is just to point that for me, it was the package |
|
Im getting the same error. im on android 7 and i tested 3 usb b cables |
|
INFO: scrcpy 1.12.1 https://github.com/Genymobile/scrcpy |
|
Hi, |
|
adb kill-server #start clean plug your device connect via TCP export the path to currently used adb or use the same path to adb when you connected to the device, in the previous step run scrpy |
|
Hi bois. I received this error as well. INFO: scrcpy 1.17 https://github.com/Genymobile/scrcpy and I can see my two beloved android phones: INFO: scrcpy 1.17 https://github.com/Genymobile/scrcpy Downloads\scrcpy-win64-v1.17>adb devices How can I run two emulators at the same time |
|
You might have enabled Developer Options!! But you haven't enabled the USB debugging option. So just go inside the Developer Options and enable it. Your scrcpy.exe will start working. |
|
He literally said he already checked and made sure it was enabled |
|
If someone still having this error over WiFi - "adb: error: failed to get feature set: no devices/emulators found" What you need to do is to set the environment variable ADB to the path of real adb binary from your installation. Connect USB first and run the following commands: Disconnect USB now and run the following command: Note that back-quotes are used here: $ ADB=/path/to/sdk/adb scrcpy |
|
adb: error: failed to get feature set: no devices/emulators found |
|
I had this issue and here's how I fixed it (Android 10) Connect the USB cable and from your android device slide down the Notification Bar and select USB for file transfer (USB Debugging must be enabled) -> keep pressing until you see the USB setting-> here in the "USB Controlled by" sub-menu select "connected devices" & in the "Use USB for" -> Transferring files / Android Auto. This should resolve the problem with the USB connection. Make sure you have installed the USB driver for your android device |
|
I had the same issue, and I fixed it simply by changing the cable. Some cables are for charging only, you have to use a cable capable of transferring data. |
|
INFO: scrcpy 1.18 https://github.com/Genymobile/scrcpy how can i fix this? |
|
I solved this "no devices/emulators found" issue on my device (LG K51S) by changing the USB option from |
you have to enable the USB debugging then that will solve the problem |
Just want to confirm this works on windows. It looks like file transfer mode ironically doesn't invoke USB debugging from the connected workstation, but charging mode does. As soon as I changed to charging mode, I got the expected RSA fingerprint prompt on my android 8.0 device |
|
Here is the tried and tested solution. |
thanks |
When I try to mirror my android phone it says
adb: error: failed to get feature set: no devices/emulators found
ERROR: "adb push" returned with value 1
Press any key to continue...
Please help me :'(
The text was updated successfully, but these errors were encountered: