Hi... it says here that Appium cannot find adb.exe in the specified folder. This happens when you do not have your Environment Variables configured. To set the default Path to your ADB.exe do:
- Open start menu or press the windows key-> type environment variables -> click Edit the system environment variables-> Environment Variables
- Under System Variables click on New...
- In the Variable name field give ANDROID_HOME
- For Variable value put the Android sdk path. the default path is: C:\Users\<userName>\AppData\Local\Android\Sdk
- Now select Path variable and press edit-> new and then add all of the following paths one by one
- C:\Users\<userName>\AppData\Local\Android\Sdk\platform-tools\
- C:\Users\<userName>\AppData\Local\Android\Sdk\tools\
- C:\Users\<userName>\AppData\Local\Android\Sdk
- C:\Users\<userName>\AppData\Local\Android\Sdk\tools\bin
- Save the changes and try running teh program again
Make sure you've added java variables as well