java.lang.NoClassDefFoundError: javax.microedition.io.Connector

喜你入骨 提交于 2019-12-04 09:13:26

Ok, it helps to download and install the correct ksoap2 package. I found the correct package for android development at:

ksoap2-android-assembly-2.4-jar-with-dependencies.jar

The Android SDK does not provide the javax.microedition.io package. Take a look of this for further reference: Package Index

Ruben L.

I had a similar problem where Android Studio could not recognize all my org.ksoap2imports. It was solved by restarting Android Studio.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!