Appium server not detecting the device connected through wifi
问题 did adb tcpip 5555 and adb connect ipaddress . The adb devices show the device. But when i run the appium server, its showing no android device connected. The appium python code is desired_caps = {} desired_caps['platformName'] = 'Android' desired_caps['deviceName'] = 'Android' desired_caps['automationName'] = 'uiautomator2' desired_caps['udid'] = 'xx.xx.xx.xx:5555' desired_caps['platformVersion'] = '6.0.1' desired_caps['appPackage'] = 'PackageName' desired_caps['appActivity'] = 'activityName