私はなっていないのですために働いていないxmlファイルのコード部分がある場合には、以下のように「いいえXMLコンテンツをドキュメントへのルートビューやレイアウトを追加してください。」:AndroidのXMLグラフィカルなレイアウトでは、Eclipse IDE
<?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" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
</LinearLayout>
いつもどおり、大歓迎です。
使用しているADTのバージョンは? – yorkw
私はr16を使用しています。 – jersam515
それは私の日食で正しく機能するので、提案はあなたのプロジェクトをきれいにして再構築します。 – idiottiger