0% found this document useful (0 votes)
86 views8 pages

Appium Setup Steps (Android)

Appium setup steps for Android include downloading and installing Appium Server and the Android SDK, setting the ANDROID_HOME environment variable, launching the Appium server, connecting an Android device via USB, verifying the device is detected, obtaining app and device details, and adding the Appium Java client JAR to an IDE project.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views8 pages

Appium Setup Steps (Android)

Appium setup steps for Android include downloading and installing Appium Server and the Android SDK, setting the ANDROID_HOME environment variable, launching the Appium server, connecting an Android device via USB, verifying the device is detected, obtaining app and device details, and adding the Appium Java client JAR to an IDE project.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

Appium Setup Steps (Android)

1. Download and install Appium Server from below URL:


https://bitbucket.org/appium/appium.app/downloads/
2. Make sure you have Android SDK installed in your machine. Open SDK Manager from
Android SDK folder and download the latest updates.
3. Set the ANDROID_HOME variable in the System Environment Variable section.
“C:\Android_SDK\android-sdk-windows\platform-tools;”
“C:\Android_SDK\android-sdk-windows;”

4. Open Appium server from system start menu (All programs).


5. Once it is launched, click on Start button
6. Then connect the Android devices to your machine using USB cable. Make sure the
developer option is enabled.
7. Install Adb Driver Installer and make sure that Your connected Device status Shows “OK”(Else
click Install button to install your connected device driver)

8. Go To Command Prompt and try adb devices. It should list the devices which are connected
to the machine.

9. Find out the below details from the devices


a. Device Name
b. Android Version

10. Find out the below details of the app from the development team or through “Apk Info”
Mobile APP
a. appPackage
b. appActivity

11. Also find out the below details from the Appium server
a. Server URL (http://127.0.0.1:xxxx/wd/hub)
b. Server port (xxxx  4723)
12. Add “java-client-3.2.0.jar” in Eclipse
http://mvnrepository.com/artifact/io.appium/java-client/3.2.0

You might also like