0
我想使用Android的UsbManager,但它沒有找到連接到USB的設備。 我在模擬器android上進行測試,連接了一個讀卡器並想要控制數據的讀取,只有當我的應用無法讀取時,如果有設備連接到USB端口。我無法使用Android USBManager檢測USB設備
任何人有這個問題?
UsbManager mUsbManager = (UsbManager)GetSystemService(Context.UsbService);
int countdevice = mUsbManager.DeviceList.Count;
DeviceList = mUsbManager.DeviceList;