ksoap2 xmlPullParserException unterminated entity ref

前端 未结 3 2065
南旧
南旧 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:27

    I had the same problem. the solution was when I send the response from the XML I have to replace the "&" with & in the username, for that some users had the problem but others no.

    So step 2 in "MAC" answer

提交回复
热议问题