This is an extract of my manifest.xml file:
<receiverandroid:name=".SmsReceiver">
<intent-filter>
<actionandroid:name="android.provider.Telephony.SMS_RECEIVED" />
</intent-filter>
</receiver>
When I compile the code, I get the following error in the Console:
Element type "receiverandroid:name" must be followed by either attribute specifications, ">" or "/>"
Isn’t this actually what I have done? Why am I getting this error?
Leave space in
<receiverandroid:nameand<actionandroid:name