Sharanabasu Angadi
Sharanabasu Angadi

Reputation: 4382

The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced from required .class files

Hi I am getting a compilation error:

The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced from required .class files

Can any one help me to fix this?

Upvotes: 2

Views: 3624

Answers (1)

Leblancs
Leblancs

Reputation: 11

You just need a jar file,like this: xmlpull-1.1.3.1.jar, below is download link:

http://www.java2s.com/Code/Jar/x/Downloadxmlpull1131jar.htm.

Hope this answer can help you.

Upvotes: 1

Related Questions