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

前端 未结 2 804
没有蜡笔的小新
没有蜡笔的小新 2021-01-16 16:38

This is my first time working with Android/Java. I am trying to run this basic code and I keep getting the following error:

\"Could not find class \'org.jive

相关标签:
2条回答
  • 2021-01-16 17:10

    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.

    0 讨论(0)
  • 2021-01-16 17:21

    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)

    0 讨论(0)
提交回复
热议问题