Conversion to Dalvik format failed with error 1

Z

zblack

Gast
meine App will auf einmal nicht starten. Davor lief alles einwandfrei.
Aus welchem Grund auch immer kommt immer die Meldung :

Code:
[2011-12-18 18:42:14 - MeinApp] Dx 
trouble processing "javax/net/ServerSocketFactory.class":

Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.

This is often due to inadvertently including a core library file
in your application's project, when using an IDE (such as
Eclipse). If you are sure you're not intentionally defining a
core class, then this is the most likely explanation of what's
going on.

However, you might actually be trying to define a class in a core
namespace, the source of which you may have taken, for example,
from a non-Android virtual machine project. This will most
assuredly not work. At a minimum, it jeopardizes the
compatibility of your app with future versions of the platform.
It is also often of questionable legality.

If you really intend to build a core library -- which is only
appropriate as part of creating a full virtual machine
distribution, as opposed to compiling an application -- then use
the "--core-library" option to suppress this error message.

If you go ahead and use "--core-library" but are in fact
building an application, then be forewarned that your application
will still fail to build or run, at some point. Please be
prepared for angry customers who find, for example, that your
application ceases to function once they upgrade their operating
system. You will be to blame for this problem.

If you are legitimately using some code that happens to be in a
core package, then the easiest safe alternative you have is to
repackage that code. That is, move the classes in question into
your own package namespace. This means that they will never be in
conflict with core system classes. JarJar is a tool that may help
you in this endeavor. If you find that you cannot do this, then
that is an indication that the path you are on will ultimately
lead to pain, suffering, grief, and lamentation.

[2011-12-18 18:42:14 - MeinApp] Dx 1 error; aborting
[2011-12-18 18:42:14 - MeinApp] Conversion to Dalvik format failed with error 1
Der Fehler kommt nicht weg wenn ich Projekt - Clean mache .
Ich habe nichts im Projekt programmtechnisches geändert.

Bitte Hilfe !!!
 
Das kommt typischerweise daher, dass Eclipse versucht, die android.jar mit ins apk zu packen.

Schmeiß mal im "Build Path" das die Android Library raus und füge sie mittels Build Path > Add Libraries > Android Classpath Container wieder ein.

HTH, dgM
 
Hallo bekomme auch immer diesen Fehler mit der Meldung:

java.lang.IllegalArgumentException: already added: Landroid/support/v4/view/VelocityTrackerCompatHoneycomb;
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:123)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.dex.file.DexFile.add(DexFile.java:163)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.processClass(Main.java:486)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.processFileBytes(Main.java:455)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.access$400(Main.java:67)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:394)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:245)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:131)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:109)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.processOne(Main.java:418)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.processAllFiles(Main.java:329)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.run(Main.java:206)
[2012-05-26 09:18:57 - "App"] Dx at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2012-05-26 09:18:57 - "App"] Dx at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[2012-05-26 09:18:57 - "App"] Dx at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[2012-05-26 09:18:57 - "App"] Dx at java.lang.reflect.Method.invoke(Method.java:597)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.build.DexWrapper.run(DexWrapper.java:180)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.build.BuildHelper.executeDx(BuildHelper.java:702)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.build.builders.PostCompilerBuilder.build(PostCompilerBuilder.java:646)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:321)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:396)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.resources.Project$1.run(Project.java:618)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.resources.Project.build(Project.java:124)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.project.ProjectHelper.doFullIncrementalDebugBuild(ProjectHelper.java:1000)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate.launch(LaunchConfigDelegate.java:147)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:937)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1141)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
[2012-05-26 09:18:57 - "App"] Dx 2 errors; aborting
[2012-05-26 09:18:57 - "App"] Conversion to Dalvik format failed with error 1


Könnte mir jemand vielleicht weiterhelfen ?
 
Zuletzt bearbeitet:

Ähnliche Themen

M
  • myoggradio
Antworten
1
Aufrufe
777
myoggradio
M
B
Antworten
4
Aufrufe
486
bb321
B
Hansimglueck0815
Antworten
0
Aufrufe
733
Hansimglueck0815
Hansimglueck0815
Zurück
Oben Unten