0

I have used the followings. - Eclipse for IDE - Framework Appium - Language Java - Android SDK - Maven for build - Appium server I have downloaded a sample project from Sample project configured all the things but getting error. error screenshot I tried all the above mentioned steps but unable to execute. Can anybody help me out so that I can proceed further with appium.

1 Answers1

0

It looks like the project is trying to use appium-adb package and it is not installed.

Can you try running npm install appium-adb and then run the tests again?

Please let me know if the same error happens again after install.

Hth James

jmp
  • 2,175
  • 2
  • 17
  • 16