Emulator device is not connecting on appium studio, How to connect it

Emulator device is not connecting on appium studio

Hello Sudhir ,Please try to give some information of the problem like error log , screenshot etc.

Please tell say , have you tried adb command to check if emulator is recognized by you machine etc.

  • So can you add and open the emulator and see the reflection in Appium Studio ?
  • If you can then can you record and test and generate the code
    Example you should get your emulator recognized as below in generated code
    dc.setCapability(“reportFormat”, reportFormat);
    dc.setCapability(“testName”, testName);
    dc.setCapability(MobileCapabilityType.UDID, “emulator-5554”);
  • If the emulator is not added in Appium Studio , what error you get ?

BTW i get adb command result as follows

List of devices attached
emulator-5554 device

Unsure why you are getting as IP:Port format …