Geocoder를 통해 주소 검색을 하는데 에러가 납니다.

메서드를 하나 만들어서 아래의 문장을 실행하는데

getFromLocationName 메서드 호출하는 부분에서 에러가 뜨네요.


Geocoder gc = new Geocoder(this, Locale.KOREA);

List<Address> locations = null;

locations = gc.getFromLocationName(streetAddress, 3); 


위와 같이 실행하고요, 에러 메시지는 아래와 같습니다.

Unable to parse response from server

코드가 워낙 간단해서 잘못된 부분은 없는 것 같은데요.. 왜그런지 모르겠네요.