Problem :
Currently I am trying to connect my HTC to my Windows PC and to begin with my Chrome started giving me below message.
“Pending authentication: please accept debugging session on the device.”
If I try to manually start my adb server with following command adb start-server
then it connects to my device, but If I want to inspect any page on my device then I get disconnected immediately without any error and then it returns to message.
I am trying to fix this issue from past couple of days but nothing really working for me.
Can someone help in fixing this issue?