Conversion to Dalvik format failed with error 1 with javax/net/SocketFactory.class

前端 未结 19 1996

Encounter this problem when trying to Build Project getting such output in console:

[2010-07-19 23:29:23 - myProject]
trouble processing \"javax/net/SocketFa         


        
19条回答
  •  醉话见心
    2020-12-05 18:43

    • I solved the problem (at least for me).

    Here's what I did:

    • Go to Project » Properties » Java Build Path » Libraries
    • Remove all except the "Android X.Y" click OK.
    • Go to Project » Clean » Clean projects selected below » select your project and click OK.

    That did the trick for me. Hope it works for you as well

    Update: well actually I might have to retract my opinion.. the actions removed the error messages but now I am missing certain classes and methods... arggghhhh

提交回复
热议问题