Hi Team,
I’ve downloaded & installed Appium Studio - 10.8.41.
I can able to create new test and successfully execute from Appium Stuido on my real device. As a next step, i’ve created new Gradle project from Eclipse IDE and tried execute as Junit test, but then ended up with below exception
Connectivity Exception, verify studio is open and the right port is been used
I kept Appium Studio running & the port used was open to accept connections.

As a work around, i started my appium server locally on port 4723 and updated my test to point that server, but still i came across with same issue.
Appium server log snippet:
[Appium] Welcome to Appium v1.6.5
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] sessionOverride: true
[Appium] Appium REST http interface listener started on 127.0.0.1:4723
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 20 ms - 49
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 6 ms - 49
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 2 ms - 49
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 1 ms - 49
Could you please help me with this 
Thanks,
Saravanan
