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

前端 未结 19 1823

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:52

    I had the same problem and solved it as follows: - Go to Project/Properties/Java Build Path/Libraries and remove all JARs except Android - Do a project clean - Add the JARs again as External JARs (first time I added them internally, so that might be the problem) After that the error was gone.

    0 讨论(0)
提交回复
热议问题