Appium-Activity used to start app doesn't exist or cannot be launched! Make sure it exists and is a launchable activity

前端 未结 4 595
走了就别回头了
走了就别回头了 2021-01-27 02:20

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

4条回答
  •  一整个雨季
    2021-01-27 02:45

    Check manually Your app like @dmle said,

    1. Open app on Android
    2. go to terminal, console, command line (whatever)
    3. Adb should be installed,
    4. input in termninal adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp

    The command will provide current package & activity.

    Maybe developers changed You package id.

提交回复
热议问题