[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-30 Thread Beth
Aargh, finally worked out that I duplicated the android jar in my Build Path libraries. Not sure how the properties got into that state but I am relieved to solve the problem. On Sep 26, 4:44 pm, Beth wrote: > In an effort to brute force a solution I removed the only instance of > the NumericSha

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-26 Thread Beth
In an effort to brute force a solution I removed the only instance of the NumericShaper class I could find in my project, deleting from android.jar. After removing the NumericShaper class from the android.jar file that comes with the SDK, the next class in the java/ awt package structure throws t

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-25 Thread Beth Mezias
Nope, both apps are 100% Android SDK objects. Sent from my mobile. Regards, Beth On Sep 25, 2009 6:39 PM, "Xavier Ducrohet" wrote: Are you including 3rd party libraries in your application? Those might contain code that access (or include) classes in the java.awt namespace which are not suppo

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-25 Thread Xavier Ducrohet
Are you including 3rd party libraries in your application? Those might contain code that access (or include) classes in the java.awt namespace which are not supported. Xav On Fri, Sep 25, 2009 at 3:01 PM, Beth wrote: > > This is getting out of hand!  A second project in my Eclipse workspace >

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-25 Thread Beth
This is getting out of hand! A second project in my Eclipse workspace started throwing the error. I fooled around with the clean project and fix properties commands and got nowhere. I rolled back from 1.6 SDK to 1.5 only to find that did not resolve the problem. I even switched to the MotoDev S

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-18 Thread Beth
Thanks for the suggestion, but, I am not using that lib in my code. I do not have any NumericShaper class call and cannot see how to clear the error. Could it be some Eclipse glitch happening with the import of my project from another machine? I guess it's just me with this problem! A second err

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-17 Thread Raphael
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 wrote: > Hiya, > > When I try to open my SDK 1.1 project with Donut, I get an error (pas