Open JessieBuchanan opened 1 year ago
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.
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.