FileNotFoundException for HttpURLConnection in Ice Cream Sandwich

前端 未结 4 1175
说谎
说谎 2020-12-02 22:20

I have an Android app that works fine with Android 2.x and 3.x, but it fails when run on Android 4.x.

The problem is in this section of code:

URL url         


        
4条回答
  •  长情又很酷
    2020-12-02 23:03

    Try removing the setDoOutput call. Taken from this blog: a blog

    Edit: This is needed when using a POST call.

提交回复
热议问题