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 that javax.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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to