I followed each and every step properly given in the ADK website. Downloaded and installed all the libraries. I was trying to run the demokit app given there in eclipse. But i get loads of errors such as:
"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"
These are just some of the errors. Getting many such similar errors. Unable to build it in to my phone.
Just can't figure out what to do....