First, there's no support for Android Studio, as it is still in some sort of Beta stage, which is probably associated with some amount of pain. So your best bet is to use Eclipse. If you insist, these files are to be found under IOIOLib/target/android/... I'm not sure if JARs are sufficient. Android projects contain some important metadata (resources, manifest, etc.) that might not get packaged in those jars, or at least historically it hasn't been.
On Mon, Aug 4, 2014 at 4:08 AM, <[email protected]> wrote: > Hello ! > I am new to IOIO and try to compile and run the HelloIOIO-app using > Android Studio. I did not manage to use IOIOLib in Android Studio and ended > up copying all the IOIO src directly to the project folder. > The java source in ioio.lib.util refers ioio.lib.util.android path, but > that path does not exist in the downloadable zip-file. Where are those > missing java source ? > I tried to manually find them from GitHub with no success. > Could somebody compile the complete IOIOLib to *.jar format with Eclipse, > that way using the lib in Android Studio would be a lot easier ? > I am unfamiliar with Eclipse and would like to use the new AS only. > > Also Adapter.java source in the IOIOLibAcessory refers to package > com.android.future.usb.UsbManager, that I dont'have. > What SDKs I should have to get Adapter.java compiled ? > > -- > 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. > -- 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.
