Appium directory is invalid: Cannot find appium executable file. (MacOS)

Hi I’m trying to setup Katalon Studio Free on my Mac to test an android app but I have the following error when I try to start the mobile recorder.

When I run Appium in terminal, it is running as below

[Appium] Welcome to Appium v2.11.3 (REV deac4e0932eb3031656cdcbe12f0a7be2cacb69f)
[Appium] The APPIUM_HOME environment variable: /Users/yemyataung/.nvm/versions/node/v22.8.0/lib/node_modules/appium
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLs in your client code to connect to this server:
	http://127.0.0.1:4723/ (only accessible from the same host)
	http://192.168.33.253:4723/
[Appium] No drivers have been installed in /Users/yemyataung/.nvm/versions/node/v22.8.0/lib/node_modules/appium. Use the "appium driver" command to install the one(s) you want to use.
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.

Any ideas how to fix this?

1 Like

Hi there, :wave:

Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.

In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!

Thanks! :sunglasses:
Katalon Community team

can you try installing appium driver?

Which appium driver should I install if I want to test android?

Hi @ethan.myat ,
Please follow the below documentation to setup Android testing in Katalon Studio:

Thanks