I am new to Mobile Automation. I am trying to setup Appium2.0 in my windows machine but I am running into the below issues as attached. Can someone please help?
I am trying to run the Appium server locally using the below url but always end up getting 404 error as shown in the screenshot: URL: http://192.168.0.83:4723/ or http://127.0.0.1:4723/


This is not how you should use appium server. You should write a script/code file that uses appium and talks with the appium server using the URL appium is giving you.
for example, code in python to connect to android device: