0
点赞
收藏
分享

微信扫一扫

Xstream操作xml_The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced f

无聊到学习 2023-09-13 阅读 41


//1.再使用xstream解析xml时发现总是报错

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

//从bug中可以看出 XmlPullParser这个类为找打 xstream需要依赖这个类 从网上搜了一下这个类看看属于哪个jar包 发现属于 xmlpull.jar 这个jar包导入

Xstream操作xml_The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced f_jar包

Xstream操作xml_The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced f_xml_02

//资源和jar包下载http://pan.baidu.com/s/1o8qGS4q

举报

相关推荐

0 条评论