Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/192.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 属性";需要打开引号;{1} ";与元素类型“关联”;安卓:名称“;_Android_Android Manifest - Fatal编程技术网

Android 属性";需要打开引号;{1} ";与元素类型“关联”;安卓:名称“;

Android 属性";需要打开引号;{1} ";与元素类型“关联”;安卓:名称“;,android,android-manifest,Android,Android Manifest,我想为GCM设计我的Android.Manifest文件,但我在我的程序中发现一个错误,上面写着“属性应为openquote” " 与元素类型关联的请发布清单文件。android:name=“Something”您似乎缺少一个引号(或两者都缺少)。 <intent-filter> <action android:name="com.google.android.c2dm.intent.RECEIVE"/> <category android:na

我想为GCM设计我的Android.Manifest文件,但我在我的程序中发现一个错误,上面写着“属性应为openquote”


"

与元素类型关联的

请发布清单文件。
android:name=“Something”
您似乎缺少一个引号(或两者都缺少)。
<intent-filter>
    <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
    <category android:name="com.example.googlecloudmessaging"/>
</intent-filter>"