0

プロジェクトは正常に機能していましたが、何も追加または変更しなかったにもかかわらず、突然このエラーが発生しました。

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

    <TextView
        android:id="@+id/AppName"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_weight="18.15"
        android:textSize="20px" >

    </TextView> 
</LinearLayout>
4

1 に答える 1

0

コードを試してもエラーは発生しません。任意の IDE で指定された clean オプションを使用して、プロジェクトをクリーンアップしようとしています。

于 2013-02-10T15:57:10.453 に答える