MESSAGE : Incompatible JavaHL library loaded.  1.7.x or later required.


SOLVED_1 : change the interface from JavaHL to SVNKit in the
Preferences → Team → SVN → SVN Interface.


OR


SOLVED_2 : downgrade the SVN Client Version 1.6x.

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