file was loaded in the wrong encoding: 'UTF-8' in android studio

前端 未结 9 1521
挽巷
挽巷 2020-12-09 10:55

my android studio gone crazy like this please help??

file was loaded in the wrong encoding: \'UTF-8\' in android studio

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 11:36

    That's not an encoding issue. That's compiled bytecode, the content of a .class file. You cannot simply rename it into .java and expect it to work.

提交回复
热议问题