1.Launched Appium v1.13.0 from start->programs
Issue is I am trying to connect to inspector/new session with below mentioned Desired Capabilities
{
"deviceName": "A3-A40",
"platformVersion": "6.0",
"platformName": "Android",
"app": "in.amazon.mShop.android.shopping.apk",
"appPackage": "in.amazon.mShop.android.shopping",
"appActivity": "com.amazon.mShop.home.HomeActivity"
}
On start session button click getting error
Could not connect to server; are you sure it's running?
If necessary, describe the problem you have been experiencing in more detail.
[info] [35m[Appium][39m Welcome to Appium v1.13.0
[info] [35m[Appium][39m Appium REST http interface listener started on 0.0.0.0:4723
{
"deviceName": "A3-A40",
"platformVersion": "6.0",
"platformName": "Android",
"app": "in.amazon.mShop.android.shopping.apk",
"appPackage": "in.amazon.mShop.android.shopping",
"appActivity": "com.amazon.mShop.home.HomeActivity"
}
Can you open 0.0.0.0:4723 on the browser?
An error message like The URL '/' did not map to a valid resource will appear if your local env can resolve the local network. If no, you should resolve the network connection on your local env, I assume.
Basically i am unable to invoke 'Inspector Session' on UI

with Desired Capabilities as
{
"deviceName": "A3-A40",
"platformVersion": "6.0",
"platformName": "Android",
"app": "in.amazon.mShop.android.shopping.apk",
"appPackage": "in.amazon.mShop.android.shopping",
"appActivity": "com.amazon.mShop.home.HomeActivity"
}
Session started. APK path was not getting found on device.
Thanks for help.
@aaratitambe How you enabled the APK path ?
Author
aaratitambe
@Pooja0907
On Appium server UI select Automatic server as at times Costume server is selected and hence the error
aaratitambe
thank you solved my issue!
Most helpful comment
@Pooja0907
On Appium server UI select Automatic server as at times Costume server is selected and hence the error