Appium Installation

Download and Install Java SDK kit 8.X

Download and install Android Studio

2(b). Install only sdk-tools-windows

Download and install nodeJS

Download and install Appium Desktop

Download and Install Java SDK kit 8.X

  1. Go to the Oracle site, and download the 'Java SE Development Kit' depending on the Operating system, Click 'Accept License Agreement and download the file.

  2. Click the file to begin the installation; click Install

  3. Click Next and leave all others to default. Java should be installed successfully

  4. Open CMD and type 'java -version' to cross-check the installation

Download and install Android Studio from the Android Studio website (Android studio 3.0.1 was the version that was downloaded and installed)

  1. Double Click the installer to begin the installation

  2. Click Next

  3. Leave the paths to default unless you prefer some other location to install. Click Install, Installer will unzip the packages and begin installing

  4. Click Next, select Custom in the next step

  5. Click Next. Check everything in the next step and click Next

  6. Click Next. Leave the default settings

  7. Click Next

  8. Click Finish. It will download all the selected components

  9. Click Finish when all the downloading is done

  10. Start a new Android Studio project

  11. Leave the fields to defaults

  12. Click Next. Select API 16: Android 4.1 from the drop-down

  13. Click Next. Select Empty Activity

  14. Click Next. Leave the fields to default

  15. Click Next and Click Finish. The project will be opened in the Editor

  16. Right Click My Application and Click Synchronize

  17. Click the Install missing items link at the below pane

  18. Click Install build tools or any other errors seen to fix those issues

  19. Click Tools > AVD Manager

  20. Create Virtual Device

  21. Select a device that uses 'x86 + NOT Google APIs' - like the one below. Click Download to download the contents

  22. Click Next and click Finish

  23. The device gets added to the list

  24. Click the play icon under Actions to launch the AVD in the emulator

  25. Download the Google APK from the link and unzip this file, drag and drop the APK inside the virtual machine running to install chrome

Install only sdk-tools-windows

From this link

This step is for experts that do not want to install (2). Full android studio, if installing (2), then no need to install 2(b)

Download and install nodeJS

  1. Go to the link, download the .msi based on your 64 or 32-bit version of windows

  2. Double click the installer to begin the installation

  3. Accept the terms and click Next

  4. Leave all others to default and click next and click Install

  5. Go to environment variables and set the path for Android Home

Download and install Appium Desktop

  1. Download from the link, releases (Appium.Setup.1.3.2.exe was installed)

  2. This has Appium Server v1.7.2

  3. Double click the installer to begin the installation, leave the paths and selections to default and click next to install the Appium desktop

  4. Double click the desktop shortcut and click 'Start server v1.7.2'

  5. Appium server should be up and running