Issue
In Gear S3 I have enabled Debugging option. Wifi connected. Wifi IP is 192.168.1.155
While giving the command adb connect 192.168.1.155 the below error is showing.
C:\Users\mypcPc\AppData\Local\Android\Sdk\tools> adb connect 192.168.1.155:5556 unable to connect to 192.168.1.155:5556: cannot connect to 192.168.1.105:5556: No connection could be made because the target machine actively refused it. (10061)
Pls share if you have any ideas about this. Thanks a lot.
Solution
I think Problem is that your Device and System connected different wifi.
Connect your system and and Device with same Network...then try adb connect 192.168.1.155(replace your ip)
Here is doc http://developer.samsung.com/gear/develop/testing-your-app-on-gear
Answered By - Gowthaman M
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.