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


    在进行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更新了下。

  • 相关阅读:
    20151019
    20151013
    20150810
    20150626
    20150625
    20150530
    HTML特殊字符大全
    label标签跳出循环
    IIS 负载均衡
    .NET代码执行效率优化
  • 原文地址:https://www.cnblogs.com/liyiran/p/4614809.html
Copyright © 2020-2023  润新知