我遵循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"
这些只是一些错误。得到许多类似的错误。无法将其嵌入我的手机中。
无法弄清楚该做什么......
答案 0 :(得分:0)
我猜问题出现在getAccessory
方法中。您向其传递一个String
的参数,并期望它为Intent
。但是,我们需要一段代码出现错误。