3

I need to make an app for this device: http://minix.us/products/images/x9/NEO-X9.pdf And I set it up, connected to my wireless, added a display, mouse, keyboard, etc. and everything works fine. Now I am trying to connect to the device from my MAC machine. I tried this:

adb connect 192.168.1.36

But I always get back: unable to connect to 192.168.1.36:5555: Connection refused

I even tried adb kill-server before, but still doesn't work. How can I connect it correctly?

rosu alin
  • 5,674
  • 11
  • 69
  • 150
  • Have you done [all these steps](http://stackoverflow.com/questions/31421872/adb-connection-to-an-androidtv)? – etan Apr 20 '17 at 11:42
  • Thanks, that fixed it. I forgot to allow debugging on – rosu alin Apr 20 '17 at 12:11
  • Possible duplicate of [ADB connection to an AndroidTV](https://stackoverflow.com/questions/31421872/adb-connection-to-an-androidtv) – msal Jul 21 '19 at 12:15

1 Answers1

4

I fixed it by allowing debugging mode. More on how this is done here: ADB connection to an AndroidTV

Community
  • 1
  • 1
rosu alin
  • 5,674
  • 11
  • 69
  • 150