开发者

ADK and Eclipse woes - com.android.future and USBAccessory?

开发者 https://www.devze.com 2023-03-07 05:14 出处:网络
I am trying to get ADK (Accessory Development Kit) set up with Eclipse, but after updating to API 12, to run the demokit Hello World, I get the 29 errors, the first few looking like:

I am trying to get ADK (Accessory Development Kit) set up with Eclipse, but after updating to API 12, to run the demokit Hello World, I get the 29 errors, the first few looking like:

com.android.future cannot be resolved, etc
UsbA开发者_如何学JAVAccessory cannot be resolved to a type


You need to set your build target to Google APIs, not Android. Click on Project->Properties, then in the dialog box, select Google APIs (2.3.3) instead of Android 2.3.3.

0

精彩评论

暂无评论...
验证码 换一张
取 消