지도가 뜨지 않습니다

API 문서에 있는 대로 코드를 작성했습니다

MapView mapView = new MapView(this);

    ViewGroup mapViewContainer = (ViewGroup) findViewById(R.id.map_view);
    mapViewContainer.addView(mapView);

자바쪽 소스구요

<RelativeLayout
    android:id="@+id/map_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

이쪽이 레이아웃인데

어째선지 에러도 안나고 그냥 아무 화면이 뜨질 않습니다.

가끔씩 흰화면에 다음 글자만 덩그러니 떠있는 경우도 있습니다

11-04 23:25:24.543 5414-6021/org.mixare E/net.daum.mf.map.n.api.NativeBaseNetConnection: Connection already shutdown,url=http://ot0.maps.daum-img.net/tile/hd/I/L4/1000/444.jpg
이런게 뜨긴하네요

저도 같은 문제인데 어떻게 해결하셨나요?ㅠㅠ