-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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.exe: error: more than one device/emulator #900
Comments
The message Does it work over USB? |
Yes, it does work over USB. Alternatively, I've tried this using a different phone and it worked without a hitch. But for the phone I want to test, with, I am getting issues. |
This very same device works over USB? Check the output of |
No, not the same device. I’ll comment soon with the logcat. |
I'm not sure why I had so many problems AFTER reformatting machine, would give me the same problems, even tho giving the serial ID it would never work. I use this and works everytime on my windows session to adb android Starting mass kill and disconnect and adding a few breaks did it all for me.
|
Over tcpip, you will have this message due to a bug with |
Why is it that this works for me in this batch
But removing 1 disconnect then it does not.
Sorry for the dumb/lame sounds people made on discord, numnucks :D Edit: just figured out that I can also just use this in a batch file and it will work.
But simply using only scrcpy -m1280 -s 192.168.1.10:5555 will not work. |
After a while, I've forgot that setup the adb to debug over WIFI, after disconnected it using |
I've connect my device via TCPIP at 5555 port.
Result of
adb devices
Device IP:
192.168.0.107:5555
Running
scrcpy
gives the result:I tried using
scrcpy -s 192.168.0.107:5555
as the ip address was returned as the device serial when usingadb devices
Which gave the same issue.
Then I used
adb shell getprop ro.serialno
to get my device's serial no ;8HUW4HV4Y9SSR4S8
Then with this new serial no I tried:
scrcpy -s 8HUW4HV4Y9SSR4S8
which gave a new error:This might be because the device is not connected via usb and the default serial returned is the Local ip address.
I've tried all previous solutions. Did not work.
The text was updated successfully, but these errors were encountered: