0

レイヤードローアブルのレイアウトリストを作成しようとしています

これは私のコードです:

<?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)

誰かお願いします?

4

1 に答える 1

0

これを現在のプロジェクトの新しいファイルに貼り付け、問題なく保存して再構築しました。プロジェクトをクリーンアップして再構築を試みましたか?

于 2012-04-22T10:21:34.737 に答える