Skip to content Skip to sidebar Skip to footer

Getinputstream Error When Making Api Request

I have the following class: public class Api extends AsyncTask { private String targetURL; private String parameters; public final Callba

Solution 1:

I think you're forgetting to call connection.connect() on the connection before you access the response.


Post a Comment for "Getinputstream Error When Making Api Request"