Looking at dot42 - I am trying to get access to the usb port. Looking at Andoird.Hardware and Usb does not exist. Any ideas? Am I missing an assembly?

有帮助吗?

解决方案

Android.Hardware.Usb was added in API level 12 (Android 3.1). Are you sure that you have set the Android version of your project to 3.1 or higher? You can find this setting on the Android tab of the project properties. This setting corresponds to android:minSdkVersion attribute of the uses-sdk element of the Android manifest.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top