android app future.usb.usbmanager

前端 未结 1 1277
春和景丽
春和景丽 2021-01-27 04:05

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         


        
1条回答
  •  暖寄归人
    2021-01-27 04:42

    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.

    0 讨论(0)
提交回复
热议问题