Jetzt kostenlos registrieren. Mitglieder surfen ohne Werbung auf Android-Hilfe.de!
Zurück   Android-Hilfe.de > Android Developer > Android App Entwicklung

Conversion to Dalvik format failed with error 1

Das Thema "Conversion to Dalvik format failed with error 1" befindet sich unter Android App Entwicklung auf Android-Hilfe.de.


Antwort
Themen-Optionen Ansicht
Alt 18.12.2011, 18:47   #1 (permalink)
Android-Hilfe.de Mitglied

Registriert seit: 31.10.2011
Beiträge: 85
Abgegebene Danke: 3
Erhielt 0 Danke für 0 Beiträge
Standard Conversion to Dalvik format failed with error 1

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 !!!
zblack ist offline   Mit Zitat antworten
Alt 18.12.2011, 21:14   #2 (permalink)
Android Experte
 
Benutzerbild von DieGoldeneMitte

Registriert seit: 05.02.2010
Beiträge: 609
Abgegebene Danke: 75
Erhielt 136 Danke für 119 Beiträge
Standard AW: Conversion to Dalvik format failed with error 1

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
__________________
Kein Support via PN/eMail. Bitte das Forum benutzen - dort haben alle etwas davon.
Bei Entwicklerfragen zu abstürzenden Apps bitte immer die Ausgabe von LogCat posten.
Tipp: Zum "Danke" sagen gibt es einen Button.
DieGoldeneMitte ist offline   Mit Zitat antworten
Ungelesen 26.05.2012, 09:25   #3 (permalink)
Neuer Benutzer

Registriert seit: 26.05.2012
Beiträge: 1
Abgegebene Danke: 0
Erhielt 0 Danke für 0 Beiträge
Standard AW: Conversion to Dalvik format failed with error 1

Hallo bekomme auch immer diesen Fehler mit der Meldung:

Zitat:
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(Class DefsSection.java:123)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.dex.file.DexFile.add(DexFile.java:1 63)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.command.dexer.Main.processClass(Mai n.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.processFileByt es(Main.java:394)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.cf.direct.ClassPathOpener.processAr chive(ClassPathOpener.java:245)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.cf.direct.ClassPathOpener.processOn e(ClassPathOpener.java:131)
[2012-05-26 09:18:57 - "App"] Dx at com.android.dx.cf.direct.ClassPathOpener.process(C lassPathOpener.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:20 6)
[2012-05-26 09:18:57 - "App"] Dx at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
[2012-05-26 09:18:57 - "App"] Dx at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
[2012-05-26 09:18:57 - "App"] Dx at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.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.DexWrap per.run(DexWrapper.java:180)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.build.BuildHe lper.executeDx(BuildHelper.java:702)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.build.builder s.PostCompilerBuilder.build(PostCompilerBuilder.ja va:646)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager$2.ru n(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.basi cBuild(BuildManager.java:199)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager.basi cBuild(BuildManager.java:321)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.core.internal.events.BuildManager.buil d(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.intern alBuild(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.Proje ctHelper.doFullIncrementalDebugBuild(ProjectHelper .java:1000)
[2012-05-26 09:18:57 - "App"] Dx at com.android.ide.eclipse.adt.internal.launch.Launch ConfigDelegate.launch(LaunchConfigDelegate.java:14 7)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.core.LaunchConfiguratio n.launch(LaunchConfiguration.java:854)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.core.LaunchConfiguratio n.launch(LaunchConfiguration.java:703)
[2012-05-26 09:18:57 - "App"] Dx at org.eclipse.debug.internal.ui.DebugUIPlugin.buildA ndLaunch(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.j ava: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 ?

Geändert von spider216 (26.05.2012 um 09:45 Uhr)
spider216 ist offline   Mit Zitat antworten
Antwort

Stichworte
-

Themen-Optionen
Ansicht


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
Media Player Error(1,-1004)&Exception(Prepare failed.: status=0x1) Swoop Android App Entwicklung 2 19.09.2011 12:16
Conversion to dalvik format failed with error 1 computer_freak Android App Entwicklung 0 12.08.2011 20:09
Internal Error: failed to unlock NAND flash CallmeD Root / Hacking / Modding für HTC Desire 24 11.06.2011 23:58
Failed(status read failed(too many links)) DerBexucher1 Root / Hacking / Modding für Samsung Galaxy 2 03.12.2010 18:02
Conversion to Dalvik format failed with error 1 Blalasaadri2 Android App Entwicklung 2 12.10.2010 14:58




Du liest gerade: "Conversion to Dalvik format failed with error 1" unter "Android App Entwicklung" auf Android-Hilfe.de.


Powered by vBulletin®
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
© Android-Hilfe.de 2012 - All rights reserved.