I\'m having some problems running my app on a new android tablet I bought. It was working on my previous android cell phone. Here\'s my logcat output --
03-23 16
from http://developer.android.com/guide/topics/usb/accessory.html
The solution is using android.hardware.usb instead of com.android.future.usb
Some lines of code had to be changed as well to match the android.hardware.usb version. Everything you need is in the included link.