当前位置: 代码迷 >> Android >> 请求android高手解决xml有关问题
  详细解决方案

请求android高手解决xml有关问题

热度:63   发布时间:2016-05-01 15:07:53.0
请求android高手解决xml问题
[2012-03-01 23:17:01 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Parser exception for C:\Users\Administrator\workspace\learn android1\AndroidManifest.xml: The value of attribute "android:icon" associated with an element type "activity" must not contain the '<' character.

有问题的程序段:
XML code
 <activity android:name=".MyActivity2" android:label="MyActivity2"             android:icon="@drawable/icon1">            <intent-filter>                <action android:name="myaction2"/>                <category android:name="android.intent.category.DEFAULT"/>                            </intent-filter> </activity>


------解决方案--------------------
探讨
[2012-03-01 23:17:01 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Parser exception for C:\Users\Administrator\workspace\learn android1\AndroidManifest.xml: The value of attrib……

------解决方案--------------------
"<"多了或者少了,
  相关解决方案