Appium directory related configuration issue

(Root cause: com.kms.katalon.core.appium.exception.AppiumStartException: Appium directory is not set. Please set it in Window/Katalon Studio Preferences/Katalon/Mobile.)

When I use Android as my execution platform above issue displayed. After I added the Appium location to Preferences “Cannot find Appium executable” error displayed

Which is the path you’ve used? The correct Appium directory should be: C:\Users\{your login account}\AppData\Roaming\npm\node_modules\appium

@Vinh Nguyen - I have set the appium directory at the path mentioned by you in the above post. But when I am running the automation test cases through TFS build I am getting an error that Appium directory is not set. Please set it in Window/Katalon Studio Preferences/Katalon/Mobile.
Can you please guide me on this issue?

I’m not sure if you are still interested in this issue, but I think TFS is running under a different user account. Make sure that C:\Users{TFS_account}\AppData\Roaming\npm\node_modules\appium exists.