android:eclipse图形布局视图可以看到图层列表

时间:2012-04-22 09:21:28

标签: android android-layout xml-drawable

我正在尝试为图层绘制

构建布局列表

这是我的代码:

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<item
    android:drawable="@drawable/sign"
    android:id="@+id/sign"/>
</layer-list>

这是图形布局中的错误:

com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup
Exception details are logged in Window > Show View > Error Log
The following classes could not be found:
- item (Fix Build Path, Edit XML)
- layer-list (Fix Build Path, Edit XML)
有人请吗?

1 个答案:

答案 0 :(得分:0)

我将其粘贴到当前项目的新文件中,保存并重建,没有任何故障。 你清理过你的项目并试过重建吗?