Android/Eclipse Error - “Could not find class 'org.jivesoftware.smack.ConnectionConfiguration', referenced from method”

廉价感情. 提交于 2019-12-01 14:26:58

This is similar to many related problems surrounding External jars in android projects (especially with the new sdk tools). The solution is for you to create a folder in your project called libs and copy the jars into that folder.

Did you put the jar file in your eclipse path?

This will tell you how to do so: http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java)

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