I know there are some questions on this topic, but most answers are from 2014 and not applicable anymore :(
How do I connect Android Wear running in the Emulator to an Android 6.0 device hanging via USB on the same Machine, with ADB on, on both Instances.
I can see both devices if I do adb devices
All the tutorials and answers (like this or this) describe basically to do
adb -d forward tcp:5601 tcp:5601
or
adb -s emulator-555X forward tcp:5601 tcp:5601
and to start the pairing with the Emulator from a slightly hidden option in the Android Wear App - However, I can't find this option in 2016's Android Wear App anymore.
I'm screwing around with this for two hours, can someone please help? Thanks!