码迷,mamicode.com
首页 > 移动开发 > 详细

Android开发之parseSdkContent failed Could not initialize class android.graphics.Typeface

时间:2015-07-01 23:39:04      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:

在进行android开发过程中,忽然发现经常弹出来parseSdkContent failed 这个错误,然后google了下解决办法

方法1:

删除.android文件 重启eclipse。  

该方法对我来说还是管用的,确实没有弹出这些东西了。但是在启用SDK Manger或者虚拟机的时候,弹出了parseSdkContent failed Could not initialize class android.graphics.Typeface这个问题,解决google吧。

然后在stackoverflow找到了一个方法

1.Go to platforms folder -> android-21 folder -> data folder

2.rename layoutlib.jar (for backup purpose)

3.copy the same file (layoutlib.jar) from your android-20 folder to this folder

4.restart Eclipse

按照这个步骤走了下去,确实在启用SDK Manger或者虚拟机的时候没有再弹出来过错误提示信息了。

同时我把我的build-tools更新了下。

Android开发之parseSdkContent failed Could not initialize class android.graphics.Typeface

标签:

原文地址:http://www.cnblogs.com/liyiran/p/4614809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!