简体   繁体   中英

Why my code in android studio is auto changed?

My code in android studio is auto changed, I don't know which is reason?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM