我收到错误,例如:传递 XML 时出错:未绑定前缀属性缺少 android 命名空间前缀 ive 三元组添加:xmlns:android 但它不会识别它代码:
<RadioGroup
andorid:orientation = "vertical"
android:layout_width = "fill_parent"
android:layout_height = "wrap_content"
andorid:layout_weight = "1"
>
<RadioButton
android:id="@+id/radioButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RadioButton" />
<RadioButton
android:id="@+id/radioButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RadioButton" />
<RadioButton
android:id="@+id/radioButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RadioButton" />
</RadioGroup>