LINK TO DOWNLOAD THE FILE WITH PICTURES
Variable name : JAVA_HOME .Variable Value :C:\Program Files\Java\jdk1.6.0_26\ (This should be the path of JDK on the machine)
Fill in AVD NAME: for eg: SAMSUNG GALAXY, select Existing device and any target from the dropdown and click on OK.
System requirements to run selendroid testcase on Windows.
- 1. Java sdk (minimum 1.6) is installed and JAVA_HOME is configured.
- 2. Download Latest release from http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Right Click on My Computer->Properties
- Select Advanced system Settings
- Click on Environment Variables
- 4. Click on New : Enter the below Variables and save as shown in screenshot.
Variable name : JAVA_HOME .Variable Value :C:\Program Files\Java\jdk1.6.0_26\ (This should be the path of JDK on the machine)
- 5. Latest Android-Sdk is installed
Download ANDROID_SDK from http://developer.android.com/sdk/index.html
Variable
name : ANDROID_HOME Variable
Value : D:\InstalledSoftwares\ANDROID\
Variable
name : PATH .Variable Value :%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;
- 7. At least one Android virtual device must be existent or an Android hardware device must be plugged in to the computer.
Click on start->All programs->android SDK tools
->Launch avd manager
Wait for it to open
Click on new
Fill in AVD NAME: for eg: SAMSUNG GALAXY, select Existing device and any target from the dropdown and click on OK.
Android virtual device will be created.
Now you are ready to launch selendroid testcases on this
AVD.
LINK to download the same blog with pictures
LINK to download the same blog with pictures