Android Studio Project Encoding Error

前端 未结 4 1456
旧巷少年郎
旧巷少年郎 2020-12-20 18:30

Every time when i start a new project, after gradle finishes it shows this warning to me.

Warning:The project encoding (windows-1252) does not match the enco         


        
4条回答
  •  情歌与酒
    2020-12-20 18:56

    In your Android Studio open File >> Settings >> Editor >> File Encodings

    And then set IDE Encoding, Project Encoding and Default encoding for properties file to UTF-8 as shown in the image below.

    enter image description here

提交回复
热议问题