After Installing PdaNet for Android device, now next step is to Download Appium client library for java.
What is Appium client library?
Appium client library binds selenium library and it provides all the selenium commands along with additional libraries that have commands to control mobile devices.
The commands which are capable to handle multi gesture,actions , orientation along with multiple behaviour like pinch, swipe etc.
How to Download Appium client library for java?
Below are the steps by step way to download library
Step 1) Click on the Appium Client Library and select java to install Appium libray for java
Step 2) Now click to downward arrow under Download column.
Step 3) Select Jar menu.
Step 4) A warning pop window will appear, click to Keep button
Step 5) Save the java-client jar to the preferred folder, this jar will further be imported in eclipse for automation.
So following the above steps sequentially we will download the appium java-client and further be import in java project.