구글맵(google map) 사용시, LogCat에서
java.lang.NoClassDefFoundError: 가 뜬다면

1) AndroidManifest.xml 확인
2)  사이에 map library사용 설정을 했는지 확인

<application>
     ......
     <!-- map library 설정 -->
     <uses-library android:required="true" android:name="com.google.android.maps" />
     .....
</application>

eclipse run & error: 

An internal error occurred during: "Launching New_configuration".Path for project must have only one segment 


Project -> Properties -> Run/Debug Settings: 


1. select "New_configuration" at Launch configurations 

2. Delete 

3. Apply 

4. OK and retry run

+ Recent posts