<?xml version=”1.0″ encoding=”utf-8″?>
<menu xmlns:android=”http://schemas.android.com/apk/res/android” >
<item
android:id=”@+id/add_item”
android:title=”Add”/>
<item
android:id=”@+id/remove_item”
android:tilte=”Remove”/>
</menu>
本人在RES文件夹下 新建了一个MENU文件夹 在下面生成了MAIN.XML 菜单 结果出错 不知道为什么讨教一下
错误提示
error:
No resource identifier found for attribute “tilte” in package “android”
Unparsed aapt error(s)! Check the console for output.
应该改哪里? 求指导
<menu xmlns:android=”http://schemas.android.com/apk/res/android” >
<item
android:id=”@+id/add_item”
android:title=”Add”/>
<item
android:id=”@+id/remove_item”
android:tilte=”Remove”/>
</menu>
本人在RES文件夹下 新建了一个MENU文件夹 在下面生成了MAIN.XML 菜单 结果出错 不知道为什么讨教一下
错误提示
error:
No resource identifier found for attribute “tilte” in package “android”
Unparsed aapt error(s)! Check the console for output.
应该改哪里? 求指导
解决方案
20
好像是评错了==
20
拼写错了。title