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

