Android三星S2 spannablestringbuilder错误

时间:2013-10-25 09:51:47

标签: android

我正在开发一个使用JSON从服务器获取数据的应用。它在模拟器中工作正常,但在我的手机中,它给出错误而不是获取数据。

此问题出现在JSON Parser ....

  

HttpPost httpPost = new HttpPost(url); httpPost.setEntity(新   UrlEncodedFormEntity(PARAMS)); HttpResponse httpResponse =   httpClient.execute(httpPost); //错误点httpEntity =   httpResponse.getEntity();

在第三行logcat显示....

  

SPAN_EXCLUSIVE_EXCLUSIVE跨度不能为零长度

我搜索了很多,但它对我没有帮助。

1 个答案:

答案 0 :(得分:0)

检查你的string.length()它不应该是0。