우동우동우's note

[Android] Caused by: java.lang.ClassNotFoundException: com.google.android.maps.MapView 본문

Java & Android

[Android] Caused by: java.lang.ClassNotFoundException: com.google.android.maps.MapView

우동우동우 2012. 8. 7. 16:17

MapView를 사용하다 아래의 버그가 발생할 때 

08-07 16:07:36.315: E/AndroidRuntime(30568): Caused by: java.lang.ClassNotFoundException: com.google.android.maps.MapView


<uses-library android:name="com.google.android.maps" />를 manifest 파일에 <application> 테그 내부에 선언 해주면 된다. 

'Java & Android' 카테고리의 다른 글

Android Sectioned ListView  (2) 2013.02.08
[Android] Fragment 안에 MapView 넣기  (2) 2012.08.08
Eclipse SVN 설치  (0) 2012.07.06
안드로이드 빌드 시작  (0) 2012.07.06
Android 4.0 get local IP Address  (0) 2012.04.10
Comments