My code in android studio is auto changed. I don't know which is the reason for this?
Asked
Active
Viewed 54 times
1
-
I think you have used the flutter SDK on your computer without any proper guidance. – Ajay K S Jan 18 '22 at 03:44
-
1Possibly this situation: https://stackoverflow.com/q/53249677. – Mike M. Jan 18 '22 at 03:53
-
1Generally it happens when android studio stopped unexpectedly. Try to clean cache and rebuild it. – Rakesh Saini Jan 18 '22 at 04:03
1 Answers
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
-
i think my code is encode or my computer is hacked. It's just a normal java file but it's converted like that. – THẾ DƯƠNG VŨ Jan 18 '22 at 03:58