0

我遵循了 ADK 网站中正确给出的每一个步骤。下载并安装了所有库。我试图运行 eclipse 中提供的 demokit 应用程序。但是我收到很多错误,例如:

 "The method getAccessory(Intent) is undefined for the type String"  
 "ACTION_USB_ACCESSORY_DETACHED cannot be resolved or is not a field"
 "EXTRA_PERMISSION_GRANTED cannot be resolved or is not a field"
 "Type mismatch: cannot convert from UsbAccessory to UsbAccessoryActivity"

这些只是一些错误。得到许多类似的错误。无法将其内置到我的手机中。

就是想不通怎么办......

4

1 回答 1

0

我想问题出在getAccessory方法上。您向它传递一个参数 isString并且它期望它是Intent. 但是,我们需要一段出现错误的代码。

于 2012-02-21T15:58:20.383 回答