以下の内容はhttps://chulip.org/entry/20101124/1290575907より取得しました。


Eclipse3.6でstrings.xmlを編集しようとするとエラーになる


調べてみるとどうやらEclipse3.6だけで起きている模様

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="hello">Hello World, hello!</string>
    <string name="app_name">hello</string>
</resources>

上記を下記のようにすればエラーがでなくなる

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
    <string name="hello">Hello World, hello!</string>
    <string name="app_name">hello</string>
</resources>



以上の内容はhttps://chulip.org/entry/20101124/1290575907より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14