본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] java.lang.ClassNotFoundException: com.google.android.maps.MapView 해결방법

by 돼지왕 왕돼지 2012. 10. 18.
반응형





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 )



반응형

댓글