Hi Arjav, Ytai is absolutely correct: In the Android SDK Manager, select and install the "Google APIs" field(s) for the Android versions you want. Then, in your AndroidStudio project, go to the build.gradle file (there are two of them, only one has the following field) and change the value of compileSdkVersion to "Google Inc.:Google APIs:?", where you replace the ? through the Android version number (19 for 4.4.2).
Best, Johannes 2014-07-04 22:21 GMT+02:00 Ytai Ben-Tsvi <[email protected]>: > You need to use a "Google API" version of the Android SDK as the target > for compiling IOIOLibAccessory. > On Jul 4, 2014 11:17 PM, "Arjav Desai" <[email protected]> wrote: > >> >> Hi Johannes! Did you have any issues while trying to compile Adapter.Java >> (Accessories package) in Android Studio? I am not facing the following error >> >> *Error:(133, 28) package com.android.future.usb does not exist* >> >> Can you please let me know how you solved it? >> >> -- >> 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 a topic in the > Google Groups "ioio-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ioio-users/9NYodqRviKU/unsubscribe. > To unsubscribe from this group and all its topics, 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.
