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

前端 未结 19 1819

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

    To summarise the information in the link bimbim.in provided (well my understanding when I glanced over it)

    • The Android Davik VM tries to compile the jars but finds some stuff that it can't compile to .dex files

    so

    • Just create a "lib" directory in the root of the project (where the src, bin res directories are) and add them to the build path. Project Properties... Java Build Path... Libraries.. Add JARs..

提交回复
热议问题