Unable to run Appium programs

Am getting the below error when i run my tests.

Exception in thread “main” org.openqa.selenium.WebDriverException: ERROR running Appium command: ENOENT, no such file or directory ‘E:\Android\sdk;\build-tools’

I have set the ANDROID_HOME correctly. please help

The path has a semicolon in it (‘;’). You need to remove that.

Hello, I understand that but I didn’t give that semi-colon. It is autogenerated from my Android_Home.

Ok, so it’s set wrongly. You need to correct the problem. Something like:

set ANDROID_HOME=E:\<installation location>