I am trying to run my first test through Appium and getting the below error.
org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Orig
The safest way to set for android capabilities = DesiredCapabilities.android()
PS: You got session is not created because your script is not able to connect to selenium node/hub; you should check your configuration
As in your post stacktrace, it connects to http://**:9515/ (not like in your mentioned port 4723)