Hi everyone I'm a relatively inexperience connect IQ programmer and i'm trying to test an android partner app with a connect iq simulator using Android Debug Bridge but so far i've been unsuccessful. I was wondering if anyone reading this have successfully link the two or have an idea how to and could give me advice.
So far i've:
I got and instance of connect iq using:
mConnectIQ = ConnectIQ.getInstance(this, IQConnectType.TETHERED);
and call the initializer using:
mConnectIQ.initialize(this, true, this);
and forward the TCP in terminal with the commend:
adb forward tcp:7381 tcp:7381
Yet when starting the simulation it still give me an error message.