I've got a clover mini dev kit hooked up to a sandbox account with our app installed. It's been crashing for some reasons and I need to figure out why. So I'm trying to connect to it with adb to see what's going on. The problem is I'm not able to connect to it using adb.
C:\>adb connect 192.168.1.105:5555 cannot connect to 192.168.1.105:5555: No connection could be made because the target machine actively refused it. (10061)
I've confirmed that USB debugging is enabled on the device and my laptop is connected to the same wifi network.
I'm seeing a lot of talk about station dev kits requiring a USB cable being plugged into the device before wifi will work however I'm not seeing any place for me to plug such a cable in. Is there a similar thing for the mini? Where is the port to plug into? What kind of cable is needed?
This dev kit was a hand me down from a team that was doing some development before me so it's possible that I'm missing some cable or something setting was screwed up before now.