Open quote is expected for attribute "{1}" associated with an element type "android:name" -


i want design android.manifest file gcm found error in program said "open quote expected attribute "

<intent-filter>     <action android:name="com.google.android.c2dm.intent.receive"/>     <category android:name="com.example.googlecloudmessaging"/> </intent-filter>" 

associated element type


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -