Android Studio Project Encoding Error
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 encoding specified in the G
Solution 1:
When you get that warning, click on Open File Encoding Settings. Then change both IDE Encoding and Project Encoding to UTF-8 from the select box. You can also change the default encoding at the bottom of the settings menu.
Solution 2:
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.
Solution 3:
Make Sure All Encoding are UTF-8, Which Means IDE, Project and Default
Solution 4:
Close your Android Studio projects
Now Goto "C:\Users.AndroidStudio3.5\System in that folder remove caches folder.
Now Open Android studio and Sync your projects.
Post a Comment for "Android Studio Project Encoding Error"