KSOP2 Librarary class not found exception

后端 未结 3 1677
栀梦
栀梦 2021-01-16 14:15

I\'ve used KSOP2 in my project and it worked all these days. Recently I bought a new machine and moved my project to new machine and imported the ksoap library to project et

3条回答
  •  不要未来只要你来
    2021-01-16 14:34

    This may be related to the latest Android plugin and tools (r17). I read somewhere that external jar files need to be run through the dx --dex tool (because of the different binary format of Java binaries in Android), but it didn't work for me. What I ended up doing was adding the project as source instead of compiled binaries (by linking to the source from the project and adding it as a source folder.) This way Eclipse builds it properly and Android finds it during runtime.

提交回复
热议问题