parseSdkContent failed Could not initialize class android.graphics.Typeface

后端 未结 4 2050
情歌与酒
情歌与酒 2020-12-09 15:02

When I open layout editor, eclipse is giving this error:

parseSdkContent failed
Could not initialize class android.graphics.Typeface
4条回答
  •  旧时难觅i
    2020-12-09 15:36

    I deleted the home/.android folder and everything is normal now.

    In Windows you can find this folder in C:/Users/User/

    Source: https://stackoverflow.com/a/5883841/3681056

    Note: it happens when you have 2 versions of SDK and eclipse, both in the same computer (and using the same .android file), if you open on version the other will get this error.

提交回复
热议问题