Message:

- Rename Resource

Resource 'xxxxxxx' is out of sync with file system.


다른 곳에서 가져온 소스를 인식하지 못하는 에러라고 하는데,

Clean 으로 손쉽게 해결!!! 


1) Project -> clean ->

2) Clean projects selected below

3) select projects

4) OK


and retry!!!

구글맵(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>

+ Recent posts