android.view.InflateException:错误

时间:2013-12-21 06:02:47

标签: android xml android-layout

这是我的standalone_example.xml 在编译时它抛出二进制XML文件行#6的错误:错误膨胀类 有人可以帮助我解决这个.xml的错误,因为第一个活动正常工作我没有张贴那个。这是另一个.xml。

此外,这是PageCurlView.java所在的路径

COM \示例\ rustomjeeelementsupperjuhu.PageCurlView.java

 <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">
        <com.example.rustomjeeelementsupperjuhu.PageCurlView
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:id="@+id/dcgpagecurlPageCurlView1"
            android:background="@drawable/page1">
        </com.example.rustomjeeelementsupperjuhu.PageCurlView>
    </LinearLayout>

0 个答案:

没有答案