0

While running my application, I received the following error:

Android: Conversion to Dalvik format failed with error 1

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

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.