在eclipse中编写android代码是出现错误了,求解!!!红色代码是打了波浪线出现问题的代码
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:
>
<EditText android:id="@+id/factorOne"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<EditText android:id="@+id/factorTwo"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/symbol"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<Button
android:id="@+id/calculate"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
</LinearLayout>
--------------------编程问答-------------------- 明显没有错误就是你布局下面写了一个 android: 然后没有下文了。你把他删掉就没有错了。 --------------------编程问答-------------------- 1楼对 --------------------编程问答-------------------- android:去掉了 可还是不行哎 依然有错误 --------------------编程问答-------------------- android: 先删除,
然后你clean下工程 --------------------编程问答-------------------- clean之后R.java不见了 咋办呀?
补充:移动开发 , Android