Is it possible to deploy to a Wear OS device over Wifi?
-
I was wondering if it was possible to run and debug a Qt Android App on a physical Wear OS device over Wifi?
I had it working on my old watch a couple of years ago over USB but my new watch doesn't have the USB pins only charging (I will never understand manufacturers who do this)
The watch is on the same network, wireless debugging is enabled and I can interact with the device through ADB just fine but Qt creator never seems to be able to see the device (the Select Android device dialog never seems to show either but I haven't seen that for a long while, was it removed?)
I've tried modifying my Android phones wifi entry in devices.xml to point towards the watches IP and port in hopes to trick it but that doesn't seem to be doing anything either.
At the moment I'm having the build the apk, push it to the watch over ADB then ftp onto the device to retrieve the log file if there any problems, it's massively time consuming.
Any ideas on the matter? I imagine its possible as Android studio can deploy and debug over Wifi.