gpt4 book ai didi

android - parseSdkContent 失败无法初始化类 android.graphics.Typeface

转载 作者:IT王子 更新时间:2023-10-29 00:10:40 26 4
gpt4 key购买 nike

当我打开布局编辑器时,eclipse 出现此错误:

parseSdkContent failed
Could not initialize class android.graphics.Typeface

当我尝试运行项目时,它给出了这个错误:

An internal error occurred during: "Launching myapp".
java.lang.NullPointerException

每次我收到此错误时,我都必须重新启动 Eclipse。有什么解决办法吗?今天突然出现这个问题。


XML 文件:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#66000000"
>

<RelativeLayout
android:id="@+id/refresh_match_layout"
android:layout_width="fill_parent"
android:layout_height="150dp"
android:layout_centerInParent="true"
android:layout_margin="15dp"
android:background="@drawable/app_detay_lay_bg"
android:orientation="vertical"
android:padding="10dp"
android:visibility="visible" >

<ImageView
android:id="@+id/app_icon"
android:layout_width="50dp"
android:layout_height="50dp"
android:padding="10dp"
android:textColor="#ffffff"
android:textSize="20sp" />

<TextView
android:id="@+id/app_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:textColor="#000000"
android:layout_toRightOf="@+id/app_icon"
android:layout_marginTop="2dp"
android:textSize="20sp" />

<ImageButton
android:id="@+id/app_detail_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="2dp"
android:background="@null"
android:src="@drawable/settings_detail"/>

<ImageButton
android:id="@+id/app_remove_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/app_icon"
android:layout_alignTop="@+id/app_detail_button"
android:background="@null"
android:src="@drawable/settings_remove" />

</RelativeLayout>

</RelativeLayout>

错误图片: enter image description here

最佳答案

我删除了home/.android文件夹,现在一切正常了。

Windows 中,您可以在 C:/Users/User/ 中找到此文件夹

来源:https://stackoverflow.com/a/5883841/3681056

注意:当您在同一台计算机上(并使用相同的 .android 文件)有 2 个版本的 SDK 和 eclipse 时会发生这种情况,如果您在另一个版本上打开另一个版本会出现此错误。

关于android - parseSdkContent 失败无法初始化类 android.graphics.Typeface,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24636393/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com