Sunday, September 1, 2013

java.lang.IllegalArgumentException: Illegal character in scheme at index 0

java.lang.IllegalArgumentException: Illegal character in scheme at index 0

Problem
When i give space infront http . I got this error.
09-30 18:00:32.568: W/System.err(19507): java.lang.IllegalArgumentException: Illegal character in scheme at index 0:   http:******************";

Ex: String url = " http:******************";

Solution

Simply removed space from infron of "http"

Ex : String url = "http:******************";


No comments:

Post a Comment

Check out this may be help you

Related Posts Plugin for WordPress, Blogger...