Dhiraj
Dhiraj

Reputation: 1

Android: "Conversion to Dalvik format failed with error 1"

While running my application, I received the following error:

Android: Conversion to Dalvik format failed with error 1

trouble processing "javax/net/SocketFactory.class":

Upvotes: 0

Views: 637

Answers (2)

Atif Majeed
Atif Majeed

Reputation: 79

It get fixed for me when I unchecked build automatically in eclipse (Projects-> Build Automatically).

Upvotes: 1

CommonsWare
CommonsWare

Reputation: 1006539

Either you have the source code to javax.net.SocketFactory in your project, or your build path is messed up and it is trying to include that Java class from a JAR somewhere.

Upvotes: 0

Related Questions