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

前端 未结 2 805
没有蜡笔的小新
没有蜡笔的小新 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.

提交回复
热议问题