私は2つの画像のレイヤーリストを構築し、それが正しく来たことを確認するためにEclipseのグラフィカルレイアウトで表示しようとしています...何らかの理由でエラーが発生します
これは私のxmlファイルです:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="50dp"
android:layout_height="50dp">
<item android:drawable="@drawable/picuser"
android:layout_width="50dp"
android:layout_height="50dp"/>
<item android:drawable="@drawable/ic_launcher"
android:layout_width="50dp"
android:layout_height="50dp"/>
</layer-list>
これは私のエラーです:
NOTE: This project contains Java compilation errors, which can cause rendering failures
for custom views. Fix compilation problems first.
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)