Appium Quick Setup on Windows

  1. Install Java JDK  - Agree with the license and install in the default location -     (Install Windows x64 File)
  2. Install Android SDK - Download .exe file and install into the default location -  (Install Stand-Alone SDK Tools)
  3. CREATE Environmental Variables (See steps to manage Environment Variables in Windows 7) be sure to update replace the username with your user name so that the path is correct
    •  JAVA_HOME = C:\Program Files\Java\jdk1.8.0_31
    •  ANDROID_HOME=C:\Users\username\AppData\Local\Android\android-sdk
  4. Install Shamisen Latest version
  5. ADD to PATH Environmental Variable (Note: You will need to append the  variable to the end of the existing Path value):
    ;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;%JAVA_HOME%\bin
  6. Install Ant, details here
  7. Start Android SDK Manager( type in command line C:\> android ) and install
    Wait for it to load all the available packeges and then select the following and
    • in Tools select Platform-tools
    • in Tools select Android SDK Build Tools (19 for Android 4.4.2)
    • Android 4.4.2 (API 19) folder or other Android folder that has version you need to test on.
    • Extras> Intel x86 Emulator Accelerator (optional if using emulators)
    • any other SDK that you will need to test on.
    When you click Install packages, make sure that you see checkmates after you agree with the license, otherwise the packages won't install
  8. Connect your device and check that it shows up. If not you may need to install Samsung USB driver http://developer.samsung.com/galaxy/others/android-usb-driver-for-windows
  9. You may also need to turn on USB debugging on your phone and allow it after connecting via USB
  10. Optional for Emulator only. You will need to enable Virtualization in your BIOS if it's not enabled already and install Intel® Hardware Accelerated Execution Manager . Without this, emulator will be very very slow.
    Note: if this does not work, and you get ssl certificate error, download the
    certificate into a new folder and add new Environmental variable
    SSL_CERT_FILE  with the value pointing to file path of the certificate ex:
    C:\Utilities\cert\cacert.pem
    http://curl.haxx.se/ca/cacert.pem
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk