글
parseSdkContent failed
Could not initialize class android.graphics.Typeface
위와같은 에러가 나면 아래와 같이 하면 감쪽같이 사라진다.
1. Download the SDK platform for API 20 (4.4W)
2. Navigate to your sdk folder (should be like D:\EclipseWorkspace\adt-bundle-windows-x86_64-20140321\sdk)
-> Window -> Preferences -> 왼쪽 Android -> SDK Location 확인한다.
3. Go to platforms folder -> android-21 folder -> data folder
4. rename layoutlib.jar (for backup purpose) -> 대충 layoutlib_21.jar 이런식으로 바꾸고
5. copy the same file (layoutlib.jar) from your android-20 folder to this folder
6. restart Eclipse
굿이다 굿...
'프로그래밍 > 안드로이드' 카테고리의 다른 글
WeakReference 언제 사용하는가??? (0) | 2015.07.28 |
---|---|
Android Handler 취소 (0) | 2015.04.17 |
fragment life cycle (0) | 2014.11.28 |
이클립스 안드로이드 프로젝트에서 jsdt code compleletion(assist) 사용하기 (1) | 2014.11.17 |
안드로이드 파일 디렉토리 권한 (0) | 2014.11.04 |
RECENT COMMENT