从000webhost访问数据时的Jsonexception

时间:2015-02-20 10:36:25

标签: php android mysql sql-server json

我从php服务器(000webhost)中的表中获取数据并在列表视图中显示它。我按照这个链接来完成这个:

  

http://codeoncloud.blogspot.com/2013/07/android-mysql-php-json-tutorial.html

对我而言,这是绝对正确的,但当我将.apk文件发送给我在另一个国家的朋友时,他收到以下错误:

  

java.lang.string类型的doctype无法转换为jsonobject

在包含的许多链接中讨论了这个错误

  

org.json.JSONException: Value <!DOCTYPE of type java.lang.String cannot be converted to JSONObject   Value of type java.lang.String cannot be converted to JSONArray in Android(repost)

但我的问题是,相同的代码对我来说工作正常。这就是为什么我甚至无法测试问题发生的原因。如果其他人遇到同样的问题。请帮忙!

1 个答案:

答案 0 :(得分:0)

你的移动设备可能会使用什么网址来获取json响应,而网址在他的移动设备中无效,这意味着网址可能会受到限制。