このファイルのgraphical.layoutを表示すると問題が発生します
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="this is main text" />
</LinearLayout>
このビューのグラフィカル レイアウトを表示すると、この xml ファイルを表示すると、この警告が [I18N] ハードコードされた文字列「これはメイン テキストです」と表示されます。@string リソースを使用する必要がありますが、文字列を有効に宣言したくありません" 文字列を宣言せずに