私はアンドロイド開発に不慣れで、この本の指示に従おうとしています.. http://amzn.to/4nck80そして、私はそれを動作させることができません!
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" ></LinearLayout>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="This is my first android application!" />
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="And this is a clickable button!" />
</Button>LinearLayout>
私はエラーを取得しています
ルート要素に続く文書内のマークアップは整形式でなければなりません。
最初の Textview と警告によって
レイアウト ファイルに予期しないテキストが見つかりました: "LinearLayout>"
に</Button>LinearLayout>