I was using the - [email protected] and Appium server 2.1 version and with respect to that I was able to perform automation successfully but recently I upgraded my Appium server from 2.1 version to 2.5 version and now I am not able to perform any of the actions like tap, touch , swipe etc on the android physical devices
Best way to solve such issues is to read documentation and change logs for things you update. TouchActions was in deprecated status, and it should be highlighted in your IDE
Unfortunately you didn’t specify which client you are using, but for example on the dot-net and python clients page it is highlighted that once again you need to go to Action/ActionChains did some research for your client.
Hope it helps.