I’m new at Appium.
I defined into ‘Desired Capabilities
’ tab needed capabilities such as:
- deviceName
- udid
- platformName
- platformVersion
- appPackage
- appActivity
After I clicked on the Start Session
button, I got the error message “An unknown server-side error occurred while processing the command. Original error: ‘app’ option is required for reinstall”.
Before that, I started a virtual android device but I don't have the right app on my device. Should I connect source code with Appium capabilities and how do I do that? Which tools should be used (Android Studio or IntelliJ IDEA)?