[android-developers] Re: The following classes could not be found: fragment

2011-05-27 Thread mlevin
milestone build contains the new fragment support which > is documented here:http://tools.android.com/recent/ > > -- Tor > > > > > > > > On Thu, May 26, 2011 at 12:51 PM, mlevin wrote: > > Hi everyone, > > > I'm trying to run the iosched sam

[android-developers] The following classes could not be found: fragment

2011-05-26 Thread mlevin
Hi everyone, I'm trying to run the iosched sample app to learn a bit more about fragments. I can get it to build fine in eclipse, but when I try to use the GUI to view/edit one of the layouts (the home screen, for example), I don't see a proper view of what the home screen looks like -- instead I

[android-developers] javax.xml.bind.annotation.XmlAccessType and Android

2010-03-12 Thread mlevin
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