I am using Debian 8.1, Android Studio 1.2.2 and a rooted Android TV Box with Android 4.2.2
Now I am trying to connect the TV Box to Android Studio via LAN, to directly test the app that I am developing.
My PC and the Android Box are in the same network. Also I can connect to the box in the Linux-console via:
adb connect 192.168.50.104
It says:
connected to 192.168.50.104:5555
I can fully access the Android TV Box via adb commands in the console.
But unfortunately Android Studio does not find the device... When I try to compile the app, Android Studio gives me the "Chooser Dialog", where I can Launch the Emulator, or choose a running device. But "running devices" says "nothing to show"
What is the problem?
UPDATE 1: This is the device btw: http://www.geniatech.com/pa/atv1200.asp
UPDATE 2: in Windows it works perfectly! Adb connect 192.168.50.104 and voila! The device is shown in the list in Android Studio...