1

main.xml のスニペットを次に示します。android:layout_width が使用されていますが、属性がありません。

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical" 
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    <TextView android:id="@+id/eventlabel" 
        android:layout_width="fill_parent" 
        android:layout_height="wrap_content" 
        android:layout_marginLeft="10px" 
        android:layout_weight="1" 
        android:paddingBottom="10px"/>
</LinearLayout>

誰かが間違いを指摘できますか?ありがとう

4

2 に答える 2

0

ソリューションをクリーニングしてから、もう一度ビルドしてみてください。

于 2013-04-26T13:39:36.250 に答える