IIRC awt is a separate library that you need to declare explicitly in your application manifest. http://www.google.com/search?hl=en&q=android+uses-library+awt
R/ On Thu, Sep 17, 2009 at 1:49 PM, Beth Mezias <[email protected]> wrote: > Hiya, > > When I try to open my SDK 1.1 project with Donut, I get an error (pasted > below). I did a search and cannot find the NumericShaper anywhere in my > code. As a matter of fact, I cannot even find an import or call to the > java/awt package. Can I get a clue about how I might solve it? > > Thanks and regards, > Beth > > [2009-09-17 13:44:14 - Flipper]processing dalvik/system/Zygote.class... > [2009-09-17 13:44:14 - Flipper]processing > java/awt/font/NumericShaper.class... > [2009-09-17 13:44:14 - Flipper] > trouble processing "java/awt/font/NumericShaper.class": > [2009-09-17 13:44:14 - Flipper] > Attempt to include a core VM class in something other than a core library. > It is likely that you have attempted to include the core library from a > desktop > virtual machine into an application, which will most assuredly not work. If > you really intend to build a core library -- which is only appropriate as > part of creating a full virtual machine binary, as opposed to compiling an > application -- then use the "--core-library" option to suppress this error > message. If you go ahead and use "--core-library" but are in fact building > an application, then please be aware that your build will still fail at some > point; you will simply be denied the pleasure of reading this helpful error > message. > [2009-09-17 13:44:14 - Flipper]1 error; aborting > [2009-09-17 13:44:14 - Flipper]Conversion to Dalvik format failed with error > 1 > [2009-09-17 13:44:14 - Flipper]Refreshing resource folders. > [2009-09-17 13:44:14 - Flipper]Starting incremental Pre Compiler: Checking > resource changes. > [2009-09-17 13:44:14 - Flipper]Manifest min SDK version (2) is lower than > project target API level (4) > [2009-09-17 13:44:14 - Flipper]Nothing to pre compile! > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

