Could you please provide the step by step procedure to connect android device with appium in windows machine?
What are the the things we need to be installed to run android in the appium? Please give clear details.Because I am new to this appium tool.
Following things I have followed from my-side:
1.Installed Java JDK-added environment variable
2.Installed appium
3.Installed eclipse without SDK(I don't know how to configure ADT,Android SDK)
4.Connected device and run the command window "adb devices"-It is showing connected device
5.When I run the appium "Play" button showing node js started but none of the emulator opened.
Could you please what are all the steps I have missed here?