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

Gradle Sync Issue

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.

How do i get this rectified - Thank you

In Android Studio Click File -> Settings and find File Encoding in your Android Studio.2.Change project encoding to match UTF-8 since both Gradle and Android Lint.Then this error must be resolved.UTF-8 its the recommended standard for Gradle (windows-1252) may cause fatal Gradle errors.

1 Answer

Thanks Tatenda