I am trying to run a test file created on eclipse using appium. When I execute the test on a real android device connected to the system, I get the following error:
Enco
Check manually Your app like @dmle said,
adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp
The command will provide current package & activity.
Maybe developers changed You package id.