I created the JARs using Eclipse by importing the IOIO project. The IOIO Android projects automatically generated their corresponding JARs so I just copied those. Then to get the libioiopc.jar I simply exported the IOIOLibPC project. I exported twice, once with only "src_common" for the libioiocommon.jar and another time with just the "src" for libioiopc.jar.
On Friday, August 29, 2014 2:53:25 AM UTC-7, [email protected] wrote: > > Hi ! > Thanks for this work ! Can I ask how you did it, using Android Studio ? > I am trying to use IOIO with Android Studio and was looking IOIO-libraries > in JAR-format and here they are ! > I have made "File Import Project" from Eclipse project HelloIOIO, and this > creates HelloIOIO-porject with all the IOIO-library source code inside. > This nearly worked but I cannot get verified it anymore (because my IOIO > board got damaged in firmware upgrade process) > I will test these JAR-libraries as soon as I get new IOIO board. > > perjantai, 29. elokuuta 2014 10.30.26 UTC+3 Travis Wyatt kirjoitti: >> >> Hello all, >> >> For those who are interested, I created a project that makes getting up >> and running with a IOIO application a quick (and hopefully easy) process. >> >> https://github.com/twyatt/ioioquickstart >> >> The project uses Gradle to configure dependencies and the IOIO library is >> packaged with the project to make the process as quick as possible. The >> structure of the project is such that it can be deployed quickly to either >> Android or Console (with common code residing in a "core" project). I found >> this to be particularly useful to quickly test implementations in the >> Console and be able to later switch over to running on Android. >> >> Hope it is as useful to others as it has been for me. >> >> ...and thanks Ytai for all your hard work on the IOIO! >> >> -Travis >> > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
