****************************
Appium Tutorial : Launch App on Real Device
****************************
1. JAVA JDK setup || set JAVA_HOME environment variable
2. Downloaded Android SDK package
> Downloaded sdk is in zip format >> extract it to a new folder "android-sdk" in C drive
> open this folder and copy the path and create an Environment Variable under System Variable setting
Name: ANDROID_HOME
Value: C:\android-sdk-tool
> Open the folder "tools" >> "bin"
and in address bar type "cmd" type the below command -
sdkmanager "platform-tools" "platforms;android-25"
It will download "platform-tools" and "platforms" folder in sdk folder
Edit the "path" variable and add the path of
> platform-tools
> platforms
> tools
3. Download Selenium Driveres
> Selenium Server
> Selenium-Java
4. Downloaded Appium Java Client JAR
5. Enabled Developer Options and USB Debugging on Mobile
6. Downloaded and installed Appium Server
--------------------------------------------------
Note: If you are facing any issue in Appium configuration, please write comment
Hi , I followed the procedure mentioned above for appium installation. I face a problem to get "Platofrm-tools" folder from sdk manager . When I run the command [sdkmanager "platform-tools" "platforms;android-25" ] in cmd , java.lang.NoClassDefFoundError issue found. Pls do help to solve this problem
ReplyDeletePost a Comment