getDeviceList() always empty
问题 I'm trying to use an Arduino Board along with my Odys Neo x8 tablet but it seems, that the UsbManager doesn't recognize the device alright. I connected the arduino to the tablet via an OTG-adapter so that the tablet will work in host mode, the Arduino is successfully receiving power from the device. I'm fetching the list of available USB-devices on the tablet as follows: sUsbController = new UsbController(this, mConnectionHandler, 0, 0); HashMap<String, UsbDevice> devlist = sUsbController