Using Eclipse, I get this extensive stack trace when trying to build a project that uses an AIDL-defined interface which is defined in an external JAR file. What might I have done wrong? Thanks in advance.
[2008-11-19 15:10:30 - My Project] UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lcom/resounding/ android/IMyAppClient$Stub$Proxy; [2008-11-19 15:10:30 - My Project] at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java: 123) [2008-11-19 15:10:30 - My Project] at com.android.dx.dex.file.DexFile.add(DexFile.java:143) ... snipped out 20 or so levels [2008-11-19 15:10:30 - My Project] at org.eclipse.ui.actions.WorkspaceAction$2.runInWorkspace (WorkspaceAction.java:483) [2008-11-19 15:10:30 - My Project] at org.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java:38) [2008-11-19 15:10:30 - My Project] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) [2008-11-19 15:10:30 - My Project] 1 error; aborting [2008-11-19 15:10:30 - My Project] Conversion to Dalvik format failed with error 1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---