Android - 具有自定义视图的android.view.InflateException

时间:2012-03-12 02:37:52

标签: android

嗨,我一直收到这个错误 它是第9行xml

的android.view.InflateException

继承我的xml:

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>

<com.SpaceShot.single android:id="@+id/single1"
 android:layout_width="wrap_content" 
 android:layout_height="wrap_content">

 </com.SpaceShot.single>

<ListView android:id="@+id/highScores"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content">
</ListView>
</FrameLayout>

1 个答案:

答案 0 :(得分:15)

您是否看过this类似的错误?在这种情况下,它表示您应该在自定义UI项目2中包含构造函数:
- 具有上下文参数的一个 - 和一个Context和AttributeSet