1

My code in android studio is auto changed. I don't know which is the reason for this?

?

CKE
  • 1,533
  • 19
  • 18
  • 29

1 Answers1

0

I don't know what all the NULL characters at the bottom means, maybe you opened the file using an editor that didn't understand those characters and you saved it improperly? You could just delete them.

This looks like an res xml and you have two different kinds of comments. /* */ AND <!-- -->.

If this is supposed to be an xml document remove the /* */ comment characters and replace them with <!-- --> comment characters.

avalerio
  • 2,072
  • 1
  • 12
  • 11