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"