Hello,
I am facing a weird issue while automating Android through Appium.
Following is the the program sequence I am executing -
- Installing APK through ADB command using runtime.
- Launching the application.
These activity does nothing and gives me Activity can't be started error.
After my tests fails, I immediately able to see the application installed.