Launch Eclipse and right-click on Package Explorer. Then select a new Java Project. Enter a project name and click finish. Once the project is created, add a folder to the project, for the project dependency files [Selenium Standalone] and [Appium Client Library] which you have downloaded.
Read moreHow do I start an Appium test?
Prerequisites to use Appium
Read moreHow do I run Android apps in Appium?
You can use the emulator from Android Studio. When it is done — launch the Appium server. When you start the Appium app, you will see icons at the top.
Read moreHow do you test Android apps?
Users need to follow these simple steps to test an android app on a real device:
Read moreHow do you test mobile apps in Appium?
Appium is an open-source test automation framework for testing native and hybrid apps and mobile web apps. It drives iOS and Android apps using the WebDriver protocol.
Read more