Hello Aqu!
To work with Android device you have to enable ADB on your device. After that you have configured your device, the computer should detect ADB device according with your device (sometimes you could have only one device).
Here is the simple method to check that your device is configured:
- Open Windows Command Prompt (cmd)
- Execute the following command: >“C:Program Files (x86)ZAP-fiXStandaloneadbadb.exe” devices
This command (it’s a Google’s adb utility) should print all connected android devices which have configured ADB (Android Debug Bridge). Could you also send here what this command prints to console.
Thank you,
ZAPTEST Team