Skip to content
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

cannot specify device #88

Open
JessieBuchanan opened this issue Oct 15, 2023 · 1 comment
Open

cannot specify device #88

JessieBuchanan opened this issue Oct 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@JessieBuchanan
Copy link

Device info

Manufacturer: ASUS
Android version: 12
Custom ROM/rooted? no
Model: ROG Phone 5

System info

Available disk space: 900gb
Operating system: Windows 11


Describe the issue below.
I may be doing something wrong, however everytime I run the script I get

adb: error: failed to get feature set: more than one device/emulator
Exiting.

I can't seem to find any way to specify which device I want.
when I run .\adb devices I get emulator 5562, and I kill it using taskkill, however everytime I run the script it makes this emulator start again as far as I can tell.

I'm probably doing something wrong, but if there's not a way to specify a device it would make a great addition.

@JessieBuchanan JessieBuchanan added the bug Something isn't working label Oct 15, 2023
@mrrfv
Copy link
Owner

mrrfv commented Oct 15, 2023

Manually specifying devices isn't yet supported, so there must be only one device available to ADB. I assume you don't have multiple phones connected to your PC at the same time, correct? In that case, ensure you don't have any Android emulators or virtual devices open, and if that doesn't work - try backing up on a different device or OS install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants