Man I need help. I've scrubbed my code, and there is no longer any reference to an java.* class. I'm including only android.jar from the 1.5 SDK. and I'm still getting this error
>>> trouble processing "java/awt/font/NumericShaper.class": >>> Attempt to include a core VM class in something other than a core >>> library.... >>> Conversion to Dalvik format failed with error 1 One thing I do notice I cannot fix. Eclipse is auto-generating a service I...Service.java file. Inside that file there is an import import java.lang.String I'm not supposed to be editing that file... could that be the problem? Doesn't that imply that the SDK 1.5 isn't ready? I have no problem compiling this app in the full android build, but for other reasons need this working in an emulated debug environment (no I cannot install the app on the emulator, that fails, probably for the same reason the build fails within eclipse). Any thoughts you guys have are most welcome... Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

