Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Creating the Screen Layout Setting Padding

Dung Pham
Dung Pham
1,094 Points

It's something wrong with my code?

Warning:The project encoding (windows-1252) does not match the encoding specified in the Gradle build files (UTF-8). This can lead to serious bugs. <a href="http://tools.android.com/knownissues/encoding">More Info...</a><br><a href="open.encodings.settings">Open File Encoding Settings</a>

Click File -> Settings (or click Ctrl + Alt + S) and find File Encodings in your Android Studio. Now you have three options to remove this warning.

1) Change project encoding to match UTF-8 since both Gradle and Android Lint use this (recommended),

2) or change IDE encoding to match other encoding,

3) just simply ignore the warning. If it worked out for you so far, it will continue to work anyway.