parseSdkContent failed Could not initialize class android.graphics.Typeface

Deleting ".android" is temporarily fixing the problem with me as after sometime it begins to come again ..

Here is another cause and fix that might help .. This is happening because of existence of 2 versions of SDK in the same machine but in case you have only one version (probably it is 21) just download the SDK platform for API 20 (4.4W) as there is a problem in 21's "layoutlib.jar"). start applying the following:

  • Close Eclipse

  • Navigate to your sdk folder (something like C:adt-bundle-windows-x86_64-20140321sdk)

  • Go to platforms folder -> android-21 folder -> data folder and rename layoutlib.jar (for backup only)

  • Copy the same file (layoutlib.jar) from your android-20 folder to this folder "android-21"

  • Start Eclipse

转自Stack Overflow

这个问题烦扰了我好几天,用这种方法终于解决了。

原文地址:https://www.cnblogs.com/fansen/p/4350515.html