I am currently using AndroidStudio for development and for me it works fine with IOIO. I only had some trouble at importing and linking IOIOLib (tried it some time ago, maybe it works better now with a recent version of AndroidStudio). Eventually, I ended up simply copying the full source code of IOIOLib to the /src folder of my project and using it directly from there.
Am Montag, 19. Mai 2014 17:03:33 UTC+2 schrieb Robis J: > > I try to run HelloIOIO on Android Studio and even i compile, copy apk and > install it it not work ( no effect on led). > If I work on ADT (eclipse) it put me a lot of errors (didn't import some > folders with java in IOIOLibAndroid, I put it manually; then need to > redirect in all library one to another; change target SDK ; ant then I get: > Description Resource Path Location Type > The project was not built since it depends on HelloIOIO, which has build > path errors hio Unknown Java Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 129 Java Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 131 Java Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 123 Java Problem > com.android.future.usb.UsbManager cannot be resolved to a type > Adapter.java /IOIOLibAccessory/src/ioio/lib/android/accessory line 123 Java > Problem > The project cannot be built until build path errors are resolved IOIOLibBT > Unknown Java Problem > error: Error: No resource found that matches the given name (at 'resource' > with value '@xml/accessory_filter'). AndroidManifest.xml /hio line 32 Android > AAPT Problem > error: Error: No resource found that matches the given name (at 'resource' > with value '@xml/device_filter'). AndroidManifest.xml /hio line 34 Android > AAPT Problem > The project cannot be built until build path errors are resolved HelloIOIO > Unknown Java Problem > Using 1.7 requires compiling with Android 4.4 (KitKat); currently using > API 17 hio line 1 Android ADT Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 141 Java Problem > UsbAccessory cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 141 Java Problem > UsbAccessory cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 149 Java Problem > UsbManager cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 148 Java Problem > com.android.future.usb.UsbManager cannot be resolved to a type > Adapter.java /IOIOLibAccessory/src/ioio/lib/android/accessory line 133 Java > Problem > com.android.future.usb.UsbManager cannot be resolved to a type > Adapter.java /IOIOLibAccessory/src/ioio/lib/android/accessory line 132 Java > Problem > UsbManager cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 140 Java Problem > UsbManager cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 134 Java Problem > UsbManager cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 161 Java Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 161 Java Problem > The project cannot be built until build path errors are resolved > IOIOLibAndroidDevice Unknown Java Problem > The container 'Android Dependencies' references non existing library > 'C:\Users\rjanickas\workspace\IOIOLibAccessory\bin\ioiolibaccessory.jar' > HelloIOIO Build path Build Path Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 166 Java Problem > UsbManager cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 155 Java Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 149 Java Problem > com.android.future cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 156 Java Problem > UsbAccessory cannot be resolved to a type Adapter.java > /IOIOLibAccessory/src/ioio/lib/android/accessory line 156 Java Problem > > -- 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.
