Getting Error for when try to run android test suite using katalonc

When android suites run from studio, it works fine. But when try to run using below command line
./katalonc -noSplash -runMode=console -projectPath="/home/sashant/Katalon Studio/FlipkartAndroidTest/FlipkartAndroidTest.prj" -retry=0 -testSuitePath=“Test Suites/InstallAppBeforeRunTestSuite” -executionProfile=“default” -deviceId=“XXXXXXX” -browserType=“Android” -apiKey="*******"

Getting below error

2020-05-29 13:48:49.683 ERROR c.k.k.core.keyword.internal.KeywordMain  - ❌ Unable to start app at: 'AndroidApp/com.the511plus.MultiTouchTester.apk' (Root cause: com.kms.katalon.core.appium.exception.AppiumStartException: Appium directory is not set. Please set it in Window/Katalon Studio Preferences/Katalon/Mobile

Kindly help here.

@sashant.khatri

Please read my solution here:

1 Like

Thanks @duyluong . It works.

1 Like

@duyluong When I run from jenkins I am getting the same error. Can you please help me here.