Hi Dan,
 
Thanks for your response.
After looking a bit closer I finally did find a jar in my path that seemed to 
be causing the problem as you said!  Interestingly, it wasn't imported as a 
library / dependency, but was still in the source path, none-the-less.
 
Thanks!
 
Peter.

________________________________

From: [email protected] on behalf of Dan Bornstein
Sent: Tue 12/05/2009 7:05 AM
To: Android Developers
Subject: [android-developers] Re: Davlik bug? UNEXPECTED TOP-LEVEL EXCEPTION: 
java.lang.IllegalArgumentException: already added: [classXXX]




On May 10, 7:23 pm, "Peter Carpenter"
<[email protected]> wrote:
> However for each one of these scenarios I keep getting the following
> exception thrown by the davlik compiler. [...]
> UNEXPECTED TOP-LEVEL EXCEPTION:
> java.lang.IllegalArgumentException: already added:
> Lau/com/skytechnologies/ecssdk/comm/CommException;

The (admittedly ugly) message is trying to tell you that you have in
fact managed to include two classes with the same fully-qualified name
(package + name) in your dx commandline. If you are using dx
implicitly via the Eclipse plugin (looks like you are), then you have
somehow managed to add the same classes twice in the Eclipse UI.

Since you haven't included a full steps-to-reproduce I can't opine
further about what's going on. I am also not an Eclipse user, so I
will have to defer to other experts if the root problem is at that
level.

In any case, I hope this helps.

-dan






--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

<<inline: winmail.dat>>

Reply via email to