Skip to content

ListDevices Error #29

Description

@0xhex

Hello,when i launch 3 emulator i received error from ListDevices function while in terminal adb devices command working nice.
When i run 2 device there is no like issue
Any help about this problem?
My code for listing devices

client,err := adb.New()
	if err != nil {
		fmt.Fprintf(os.Stderr, "error New adb: %v\n", err)
		return
	}
	b_devices,err := client.ListDevices()
	if err != nil {
		fmt.Fprintf(os.Stderr, "error ListDevices adb: %v\n", err)
		return
	}

received error message

error ListDevices adb: ParseError: error performing ListDevices on *adb.Adb (&{server:0xc0001320f0})

Screenshot 2019-12-27 16 59 13

@zach-klippenstein

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions