我正在学习如何使用 Android 开发应用程序。
这是构建简单用户界面并面临错误的第一课。根元素之后的文档中的标记必须格式正确。
这是代码
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientatio="horizonatal"
<EditText android:id="@+id/edit_message"
android:layout_widthe="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/edit_message">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send">
/>
</LinearLayout>
课程在http://developer.android.com/training/basics/firstapp/building-ui.html