I'm getting the same error. In a different context though. I'm trying to include java classes created by JAXB's XJC (from XSD to Java) in my project. But the annotations generated by the XJC tool are not supported. Ultimately I want to marshal these classes into XML. Any suggestions? Workarounds? Or am I missing something?
On Mar 12, 11:32 pm, mlevin <[email protected]> wrote: > Hi, > > I'm attempting to build an Android app that uses Amazon's EC2 API. > They provide a JAR file that I can include into my app. > > The problem is that when I try to use some of their sample code, I get > an error in Eclipse thatjavax.xml.bind.annotation.XmlAccessType is > needed internally by some class. And when I attempt to add the JARs > that contain that class to my project, I get the warning that I can't > add these system classes to an Android project. > > So I take it that Android doesn't support some of this stuff. Any > suggestions? > > I know that this can be done because there's an app on the market > called "Decaf" that does use Amazon's EC2 API successfully. > > What do I need to add to my project to get this to work? > > Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

