일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- c
- Engineer Australia
- reverse proxy
- 맨붕
- 플러터
- Android
- 앱 기획
- nginx
- progress
- StatefulWidget
- rotate circle
- 공학인증
- flutter progress dialog
- StatelessWidget
- c++
- first_app
- BlurDrawable
- OpenGL
- game engine
- ipad
- PowerMockup
- quintus
- 블러 효과
- HTML 게임 엔진
- first flutter app
- ABEEK
- flutter
- 호주 이민
- 기술인증
- 회전판
Archives
- Today
- Total
우동우동우'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:17MapView를 사용하다 아래의 버그가 발생할 때
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