Forum Discussion
- npaisleyStaff
Hi nadavgivoni!
Normally instead of providing the name of the device in your capabilities, you would provide the Device ID. You may obtain this by using an ADB command 'adb devices' in a CLI. Once you have ADB setup, run that command and take the ID for your device and replace your 'deviceName' capability with this ID. This is most likely the issue.
For instance, to connect to my Galaxy S7, I use the below basic capabilities after retrieving the ID from ADB;
{ "platformName": "android", "deviceName": "R52RC0E21RF" }
I hope this helps!
Related Content
- 4 years ago
Recent Discussions
- 15 days ago
- 15 days ago