ksoap2 xmlPullParserException unterminated entity ref

前端 未结 3 2070
南旧
南旧 2021-01-19 03:38

I have a user email me yesterday that he is having a problem with my application so i started debugging with him and had him sent me the log of the phone and he is getting a

3条回答
  •  既然无缘
    2021-01-19 04:23

    I was having the same problem on an Android 2.2 device and found that ksoap2 2.6.5 isn't compatible with Android 2.2. Well I think that's the problem, all I know is it throws these errors. I downgraded my ksoap2 to 2.4 and it started working again.

提交回复
热议问题