首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

Open quote is expected for attribute "android:name" 是什么东东

2012-03-09 
Open quote is expected for attribute android:name 是什么错误?导入Android2.0游戏开发实践宝典源代码

Open quote is expected for attribute "android:name" 是什么错误?
导入Android2.0游戏开发实践宝典源代码

出错
提示

[2012-02-04 19:40:07 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Parser exception for D:\Users\workspace\AndroidManifest.xml: Open quote is expected for attribute "android:name" associated with an element type "uses-permission".


怎么回事,如何解决?

[解决办法]
AndroidManifest.xml里
<uses-permission android:name="xxxx" />
引号里的东西拼错了吧

热点排行