Yeah, I've done that too, also with java.beans as it turns out. java.awt.image, though, may depend on java.awt and other stuff that's not in Android, and so this solution may be impractical in this case.
On Mon, Sep 27, 2010 at 7:49 PM, Lance Nanek <[email protected]> wrote: > I kind of managed this the other day in a hackish sort of way. I > wanted to use an open source RSS library that used java.beans.** Java > classes, which aren't in Android. So I downloaded the source for those > classes from the Apache Harmony project, ripped out all the references > to AWT stuff, and got the library source code imported and compiling > against it. Then I refactored the packages to notjava.beans.**. So > anyway, sometimes you can work out a substitute for the missing Java > classes and alter all references to point to that substitute. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

