Bug? Manifest file bug?

stanks

Active Member
Licensed User
Longtime User
hi

there is smthg strange with widgets and manifest file. today i tried to set my widget name as "exmpl1 & exmpl2". compiler gave me err

AndroidManifest.xml:35: error: Error parsing XML: not well-formed (invalid token)

after that i opened manifest file and looked at line 35 and i noticed that widget name. then i remove "&" and set name as exmpl1_exmpl2 and it seems that everything is ok. compiles ok.
 

stanks

Active Member
Licensed User
Longtime User
i thought that this doesn't matter because it is string....oh well...thanks
 
Top