java - MalformedURLException protocol not found? -
java - MalformedURLException protocol not found? -
i working image cache/download library..
i getting url of image info model string: https://s3.amazonaws.com/knuser9/ae2f40a6-c563-4f9d-ade4-beb8d373ebc3.png
but when pass url execute() of async task next error:
> 06-18 12:01:09.273: e/getimage(28140): java.net.malformedurlexception: protocol not found: > https%3a%2f%2fs3.amazonaws.com%2fknuser9%2fae2f40a6-c563-4f9d-ade4-beb8d373ebc3.png i little losted going on.. url good, know that.. when log url before task formatted this:
https://s3.amazonaws.com/knuser9/ae2f40a6-c563-4f9d-ade4-beb8d373ebc3.png
but gets wonky?
you encoding whole url, encoding https:// https%3a%2f%2fs3. thats why getting error.
java android malformedurlexception
Comments
Post a Comment