public static Bitmap getImage(String address) throws Exception { Bitmap imgmap = null; InputStream is = null; URL url = new URL(address); HttpURLC
I know it is completely nonsense. But it happens for me in debug mode when I put break point on this line.
con.setRequestMethod()
As soon as I removed the break point, the error has gone!