Re: [android-developers] ADK Errors in Eclipse

2011-06-07 Thread Xavier Ducrohet
If you're using the *future.* API you need to compile against the Google APIs add-ons. It'll run on stock 3.1 but the 3.1 platform does not expose the *.future.* API. It exposes http://developer.android.com/reference/android/hardware/usb/UsbAccessory.html instead. On Thu, May 19, 2011 at 9:33 PM,

[android-developers] ADK Errors in Eclipse

2011-05-23 Thread yc
I've managed to make my ADK board blink - I'm on the step where I am trying to install the app on my Android, but when I got the v10 and v12 API and created a new DemoKit file, I get 29 errors: The import com.android.future cannot be resolved, etc UsbAccessory cannot be resolved to a type I've tr