2

enter image description hereIn 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.

Ajitsree
  • 37
  • 2
  • 10

2 Answers2

3

The Samsung Galaxy watches run on the Tizen OS and are not meant to be connected to Android Studio via adb. In order to develop apps for these devices, you will need to use Tizen Studio and connect to your device via sdb.

Code on the Rocks
  • 11,488
  • 3
  • 53
  • 61
0

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

Gowthaman M
  • 8,057
  • 8
  • 35
  • 54