写了一个聚合数据的天气预报项目,怎么运行不了?

权限和openId都写了:









<application
    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:name="com.juhe.weather.WeatherApplication"
    android:theme="@android:style/Theme.NoTitleBar" >
    <meta-data  
    android:name="com.thinkland.juheapi.openid"  
    android:value="JH7c77e522246ee7ee396c1bbf1483b8e5" />  

        代码也没错,logcat提示这个错误:
        08-06 05:48:24.715: E/InputDispatcher(372): channel 'b50fdf28 com.juhe.weather/com.juhe.weather.WeatherActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

怎么回事?我的布局都搭建好了,就是请求的json数据不显示?

网络访问是否正常