I am a newbee and just starting to communicate from my android app to ConnectIQ simulator.
I installed the ConnectIQ SDK, the eclipse plug-in and Android BLE SDK and copied connectiq.jar file to android project's lib folder.
I am unable to create an instance of the Connectiq class from my android companion app. I get an error saying ConnectIQ class is undefined when I try the following:
ConnectIQ connectIQ = ConnectIQ.getInstance(ConnectIQ.IQConnectType.WIRELESS);
Should I import the ConnectIQ class? If so, where can it be found?
Please help.
-Aparna