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

前端 未结 19 1950

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

    Under certain conditions it gets its knickers in a twist and the best fix I've found is to remove referenced jars, clean, add them back in and then compile again.

    I believe the error can be caused by including the same classes twice.

    This error will also occur (and you won't be able to get rid of it by cleaning) when using classes that are not part of the Android environment.

提交回复
热议问题