I’ve just started to use Sparkfun so apologies if this has been asked before.
I have set up eclipse with android ADK but am looking for the IOIO libraries, namely IOIOLibAndroid and IOIOLibBT jars.
I have downloaded and set up project for IOIOHello (this is a simple app with a button to toggle an LED) whose main activity that extends IOIOActivity.
I’ve downloaded App-IOIO0507.zip which contains IOLibCore and IOLibPC (this I don’t need for Android) jars. Adding the IOLibCore jar to eclipse project resolves most of the errors in the IOIOHello example but this jar does not contain ioio.lib.util.android.IOIOActivity.
So basically where do I find the jars for Android and Bluetooth (BT) support?