I'm testing an Android app on an emulator with Android Studio, but it seems that ADB is also connecting to another device on the local network ( an Android TV, a SONY) automatically.
If I type
adb devices
, I can see it listed under it's LAN IP address.
I don't remember enabling this — Where can I turn this off?
To clarify: My problem is that ADB connects automatically. I don't want it to connect to that device automatically.