반응형
java.lang.ClassNotFoundException: com.google.android.maps.MapView 해결방법
- MapView 를 사용할 때 위와 같은 Exception 이 발생하기 쉽습니다.
- 원인은 MapView 를 사용하기 위해서 연결되어야 할 library 가 연결되지 않았기 때문입니다.
- 해결법은 Manifest 의 Application 태그 안에 다음과 같은 구문을 써 주면 됩니다.
<uses-library android:name="com.google.android.maps"/>
- 그래도 비슷한 오류가 나온다? 그럼 Build Target 을 Google API 로 맞춰주세요.
도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x )
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] soft keyboard control ( show & hide ) (6) | 2012.10.19 |
---|---|
[android] signkey 생성방법 (0) | 2012.10.18 |
[android] scrollview 안에 mapview 가 있을 때 문제점 & 해결방법 (0) | 2012.10.18 |
[android] List 류 parcelable 만드는 방법. (3) | 2012.10.18 |
[android] parcelable 에 parcelable 쓰는 방법. ( custom object ) (0) | 2012.10.17 |
댓글